From f07bbc33b23882e05237d22c35f6f6b1fe3517dc Mon Sep 17 00:00:00 2001 From: Nicholas Roberts Date: Sat, 2 Sep 2023 00:17:07 +1000 Subject: [PATCH] Also pin the wasm-bindgen-cli binary --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f95eed3d..296089a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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