mirror of https://github.com/astral-sh/ruff
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:
parent
dbbe7a773c
commit
9bbeb793e5
|
|
@ -197,6 +197,8 @@ jobs:
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: playground/package-lock.json
|
cache-dependency-path: playground/package-lock.json
|
||||||
- uses: jetli/wasm-pack-action@v0.4.0
|
- uses: jetli/wasm-pack-action@v0.4.0
|
||||||
|
with:
|
||||||
|
version: v0.13.1
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: "Test ruff_wasm"
|
- name: "Test ruff_wasm"
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue