Skip to content

Commit 077e9ec

Browse files
committed
ci: use latest npm
1 parent 06ee918 commit 077e9ec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release-wasm.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ jobs:
2020
ref: ${{ github.event.pull_request.head.sha || github.ref }}
2121
- uses: dtolnay/rust-toolchain@stable
2222

23-
- uses: actions/setup-node@v4
23+
- uses: actions/setup-node@v6
2424
with:
25-
node-version: '22'
25+
node-version: '24'
2626
registry-url: 'https://registry.npmjs.org'
2727

28+
- name: Update npm
29+
run: npm install -g npm@latest
30+
2831
- name: Get version tag
2932
id: vars
3033
run: |

0 commit comments

Comments
 (0)