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 2cbfa0b commit a4942cbCopy full SHA for a4942cb
.github/workflows/gh-pages.yml
@@ -31,16 +31,13 @@ jobs:
31
32
- name: Install Node
33
uses: actions/setup-node@v4
34
- with:
35
- node-version: '20'
36
37
- name: Build WASM
38
run: wasm-pack build --target web && cd pkg && npm install
39
40
- name: Setup pnpm
41
uses: pnpm/[email protected]
42
with:
43
- version: 9.15.1
44
run_install: |
45
- recursive: true
46
0 commit comments