Specify the wasm-pack version explicitly (#14465)

There is an upstream bug with latest version detection
https://github.com/jetli/wasm-pack-action/issues/23

This causes random flakes of the wasm build job.
This commit is contained in:
Zanie Blue 2024-11-19 18:00:27 -06:00 committed by GitHub
parent dbbe7a773c
commit 9bbeb793e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -197,6 +197,8 @@ jobs:
cache: "npm"
cache-dependency-path: playground/package-lock.json
- uses: jetli/wasm-pack-action@v0.4.0
with:
version: v0.13.1
- uses: Swatinem/rust-cache@v2
- name: "Test ruff_wasm"
run: |