We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release.yml
1 parent 778b26e commit 4aaa661Copy full SHA for 4aaa661
.github/workflows/release.yml
@@ -113,9 +113,7 @@ jobs:
113
114
- name: install wasm-pack
115
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
116
- - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
117
- with:
118
- package-manager-cache: false
+ - uses: actions/setup-node@v6
119
- uses: mwilliamson/setup-wabt-action@v3
120
with: { wabt-version: "1.0.30" }
121
- name: build demo
0 commit comments