Skip to content

Commit 0e15f34

Browse files
committed
used fixed version of wasm bindgen cli for cd workflow
Signed-off-by: Ryan Tate <ryan.tate@spruceid.com>
1 parent 7321ef6 commit 0e15f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-node@v4
3232
with:
3333
node-version: 20
34-
registry-url: 'https://registry.npmjs.org'
34+
registry-url: "https://registry.npmjs.org"
3535

3636
# Install Rust and wasm-bindgen for WASM build
3737
- name: Install Rust
@@ -42,7 +42,7 @@ jobs:
4242
override: true
4343

4444
- name: Install wasm-bindgen-cli
45-
run: cargo install wasm-bindgen-cli
45+
run: cargo install -f wasm-bindgen-cli --version 0.2.101
4646

4747
- name: Install dependencies
4848
run: npm ci

0 commit comments

Comments
 (0)