Skip to content

Commit c325d82

Browse files
Update actions/setup-node action to v6
1 parent 8b09d0c commit c325d82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install wasm-pack
5353
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
5454
working-directory: .
55-
- uses: actions/setup-node@v4
55+
- uses: actions/setup-node@v6
5656
with:
5757
node-version: "22"
5858
cache: "npm"
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install wasm-pack
8282
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
8383
working-directory: .
84-
- uses: actions/setup-node@v4
84+
- uses: actions/setup-node@v6
8585
with:
8686
node-version: "22"
8787
cache: "npm"

0 commit comments

Comments
 (0)