We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d11143 commit f987755Copy full SHA for f987755
.github/workflows/publish-npm-manual.yml
@@ -28,7 +28,7 @@ jobs:
28
run: cargo install wasm-pack && wasm-pack build --release --target web --scope mdn
29
30
- name: Setup node
31
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
32
with:
33
registry-url: "https://registry.npmjs.org/"
34
node-version-file: "./pkg/package.json"
.github/workflows/publish-npm.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Setup Node
0 commit comments