Skip to content

Commit 4f0b5ca

Browse files
committed
ci: installs wasm-pack directly, to avoid installing old version
1 parent 9ece847 commit 4f0b5ca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
os: [ubuntu-latest, macos-latest]
1717
steps:
1818
- 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'
19+
- name: Install WASM-Pack
20+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
21+
2322
- uses: actions/setup-node@v4
2423
with:
2524
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)