ci: Use most recent wasm-pack release

This commit is contained in:
PaddiM8 2023-07-20 21:18:20 +02:00 committed by GitHub
parent 548a63551c
commit 76149a9f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Install wasm-pack
run: cargo install --git https://github.com/rustwasm/wasm-pack.git --rev d46d1c69b788956160deed5e4e603f4f2780ffcf
run: cargo install wasm-pack
- name: Build
run: |
yarn install