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 2a59432 commit 987fa19Copy full SHA for 987fa19
.github/workflows/gh-pages.yml
@@ -30,7 +30,7 @@ jobs:
30
restore-keys: ${{ runner.os }}-
31
32
- name: Install Node
33
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
34
35
- name: Build WASM
36
run: wasm-pack build --target web && cd pkg && npm install
0 commit comments