Skip to content

Commit f987755

Browse files
ci(deps): bump actions/setup-node from 4 to 6 (#34)
1 parent 7d11143 commit f987755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-npm-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: cargo install wasm-pack && wasm-pack build --release --target web --scope mdn
2929

3030
- name: Setup node
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v6
3232
with:
3333
registry-url: "https://registry.npmjs.org/"
3434
node-version-file: "./pkg/package.json"

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: cargo install wasm-pack && wasm-pack build --release --target web --scope mdn
2626

2727
- name: Setup Node
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v6
2929
with:
3030
registry-url: "https://registry.npmjs.org/"
3131
node-version-file: "./pkg/package.json"

0 commit comments

Comments
 (0)