Skip to content

Commit ca1f3ce

Browse files
chore(deps): pin dependencies
1 parent afff071 commit ca1f3ce

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '22'
26+
node-version: '22.21.1'
2727

2828
- name: Get swarm-cli version
2929
id: version

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v3
2020
with:
21-
version: 9
21+
version: 9.15.9
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '22'
26+
node-version: '22.21.1'
2727
cache: 'pnpm'
2828

2929
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@ethersphere/swarm-cli": "2.36.0"
1717
},
1818
"devDependencies": {
19-
"@yao-pkg/pkg": "^6.8.0"
19+
"@yao-pkg/pkg": "6.8.0"
2020
}
2121
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)