Skip to content

Commit

Permalink
build: fix wasm bindgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Nov 2, 2023
1 parent ac85576 commit e93c222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: wasm-bindgen-cli
version: '0.2.87'
- name: 🔨 Build Crates
run: just all build
# - name: 🔎 Test Fantoccini
Expand Down
1 change: 1 addition & 0 deletions docs/src/sweet/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: wasm-bindgen-cli
version: '0.2.87' # TODO ensure this matches your wasm-bindgen version
- name: 🔨 Install Sweet Cli
uses: baptiste0928/cargo-install@v2
with:
Expand Down

0 comments on commit e93c222

Please sign in to comment.