We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88fdee commit 0a78f3bCopy full SHA for 0a78f3b
.github/workflows/test-js-packages.yml
@@ -70,10 +70,10 @@ jobs:
70
name: noirc_abi_wasm
71
path: ./tooling/noirc_abi_wasm
72
73
- - name: Install wasm-opt
+ - name: Install wasm-pack
74
uses: taiki-e/install-action@v2
75
with:
76
- tool: wasm-opt@version_105
+ tool: wasm-pack@v0.12.1
77
78
- name: Install Yarn dependencies
79
uses: ./.github/actions/setup
0 commit comments