Skip to content

Commit c897c34

Browse files
committed
ci: use another node version
1 parent 15e8f49 commit c897c34

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release_wasm.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ jobs:
2323
- uses: pnpm/action-setup@v4
2424
with:
2525
version: 8
26-
27-
- name: Setup Node.js 22.x
28-
uses: actions/setup-node@v4
26+
- name: Setup node
27+
uses: actions/setup-node@v6
2928
with:
30-
node-version: 22.x
31-
registry-url: https://registry.npmjs.org
32-
always-auth: true
29+
node-version: 24
30+
cache: pnpm
31+
registry-url: "https://registry.npmjs.org"
3332

3433
- name: Upgrade npm for trusted publishing
3534
run: |

0 commit comments

Comments
 (0)