Skip to content

Commit

Permalink
Also pin the wasm-bindgen-cli binary
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Plus-Time committed Sep 1, 2023
1 parent d6c4b9d commit f07bbc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- uses: Swatinem/rust-cache@v1

- run: cargo install --git https://github.com/Liamolucko/wasm-bindgen --rev 85167263f43825d519cd9dc18ace9ee47348ab47 wasm-bindgen-cli
- run: wasm-pack build --dev --target nodejs
- run: wasm-pack test --node

Expand Down Expand Up @@ -68,6 +69,8 @@ jobs:
with:
node-version: "18"

- run: cargo install --git https://github.com/Liamolucko/wasm-bindgen --rev 85167263f43825d519cd9dc18ace9ee47348ab47 wasm-bindgen-cli

- name: Build bundle
run: yarn build:test

Expand Down

0 comments on commit f07bbc3

Please sign in to comment.