File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ jobs:
346
346
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
347
347
- name : " Install Rust toolchain"
348
348
run : rustup target add wasm32-unknown-unknown
349
- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
349
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
350
350
with :
351
351
node-version : 20
352
352
cache : " npm"
@@ -821,7 +821,7 @@ jobs:
821
821
- name : " Install Rust toolchain"
822
822
run : rustup target add wasm32-unknown-unknown
823
823
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
824
- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
824
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
825
825
with :
826
826
node-version : 22
827
827
cache : " npm"
Original file line number Diff line number Diff line change 35
35
persist-credentials : false
36
36
- name : " Install Rust toolchain"
37
37
run : rustup target add wasm32-unknown-unknown
38
- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
38
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
39
39
with :
40
40
node-version : 22
41
41
- uses : jetli/wasm-bindgen-action@20b33e20595891ab1a0ed73145d8a21fc96e7c29 # v0.2.0
Original file line number Diff line number Diff line change 29
29
persist-credentials : false
30
30
- name : " Install Rust toolchain"
31
31
run : rustup target add wasm32-unknown-unknown
32
- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
32
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
33
33
with :
34
34
node-version : 22
35
35
cache : " npm"
Original file line number Diff line number Diff line change 45
45
jq '.name="@astral-sh/ruff-wasm-${{ matrix.target }}"' crates/ruff_wasm/pkg/package.json > /tmp/package.json
46
46
mv /tmp/package.json crates/ruff_wasm/pkg
47
47
- run : cp LICENSE crates/ruff_wasm/pkg # wasm-pack does not put the LICENSE file in the pkg
48
- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
48
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
49
49
with :
50
50
node-version : 20
51
51
registry-url : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments