Skip to content

Commit

Permalink
Merge pull request #113 from nickbabcock/wasm-pack
Browse files Browse the repository at this point in the history
CI: bump to arm64 mac compatible wasm-pack
  • Loading branch information
nickbabcock authored Apr 29, 2024
2 parents b316c49 + 977470b commit 4d232c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install wasm-pack
run: npm install -g wasm-pack@0.10.1
run: npm install -g wasm-pack
- name: npm install, build, and test
run: |
npm install
Expand Down

0 comments on commit 4d232c8

Please sign in to comment.