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 fcf1969 commit 13329f0Copy full SHA for 13329f0
.github/workflows/ci.yaml
@@ -389,7 +389,7 @@ jobs:
389
python-version: ${{ env.PYTHON_VERSION }}
390
- run: python -m pip install -r requirements.txt
391
working-directory: ./wasm/tests
392
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
393
with:
394
cache: "npm"
395
cache-dependency-path: "wasm/demo/package-lock.json"
.github/workflows/release.yml
@@ -112,7 +112,7 @@ jobs:
112
113
- name: install wasm-pack
114
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
115
116
- uses: mwilliamson/setup-wabt-action@v3
117
with: { wabt-version: "1.0.30" }
118
- name: build demo
0 commit comments