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 9ece847 commit 4f0b5caCopy full SHA for 4f0b5ca
.github/workflows/test.yaml
@@ -16,10 +16,9 @@ jobs:
16
os: [ubuntu-latest, macos-latest]
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: jetli/wasm-pack-action@v0.4.0
20
- with:
21
- # Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
22
- version: 'latest'
+ - name: Install WASM-Pack
+ run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
+
23
- uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node-version }}
0 commit comments