Skip to content

Commit

Permalink
chore: switch to installing wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 12, 2024
1 parent c88fdee commit 0a78f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
name: noirc_abi_wasm
path: ./tooling/noirc_abi_wasm

- name: Install wasm-opt
- name: Install wasm-pack
uses: taiki-e/install-action@v2
with:
tool: wasm-opt@version_105
tool: wasm-pack@v0.12.1

- name: Install Yarn dependencies
uses: ./.github/actions/setup
Expand Down

0 comments on commit 0a78f3b

Please sign in to comment.