We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b09d0c commit c325d82Copy full SHA for c325d82
1 file changed
.github/workflows/web.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install wasm-pack
53
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
54
working-directory: .
55
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
56
with:
57
node-version: "22"
58
cache: "npm"
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
0 commit comments