Skip to content

Commit 0a78f3b

Browse files
committed
chore: switch to installing wasm-pack
1 parent c88fdee commit 0a78f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-js-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
name: noirc_abi_wasm
7171
path: ./tooling/noirc_abi_wasm
7272

73-
- name: Install wasm-opt
73+
- name: Install wasm-pack
7474
uses: taiki-e/install-action@v2
7575
with:
76-
tool: wasm-opt@version_105
76+
tool: wasm-pack@v0.12.1
7777

7878
- name: Install Yarn dependencies
7979
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)