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:
346346 - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
347347 - name : " Install Rust toolchain"
348348 run : rustup target add wasm32-unknown-unknown
349- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
349+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
350350 with :
351351 node-version : 20
352352 cache : " npm"
@@ -821,7 +821,7 @@ jobs:
821821 - name : " Install Rust toolchain"
822822 run : rustup target add wasm32-unknown-unknown
823823 - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
824- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
824+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
825825 with :
826826 node-version : 22
827827 cache : " npm"
Original file line number Diff line number Diff line change 3535 persist-credentials : false
3636 - name : " Install Rust toolchain"
3737 run : rustup target add wasm32-unknown-unknown
38- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
38+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
3939 with :
4040 node-version : 22
4141 - uses : jetli/wasm-bindgen-action@20b33e20595891ab1a0ed73145d8a21fc96e7c29 # v0.2.0
Original file line number Diff line number Diff line change 2929 persist-credentials : false
3030 - name : " Install Rust toolchain"
3131 run : rustup target add wasm32-unknown-unknown
32- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
32+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
3333 with :
3434 node-version : 22
3535 cache : " npm"
Original file line number Diff line number Diff line change 4545 jq '.name="@astral-sh/ruff-wasm-${{ matrix.target }}"' crates/ruff_wasm/pkg/package.json > /tmp/package.json
4646 mv /tmp/package.json crates/ruff_wasm/pkg
4747 - 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.3 .0
48+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
4949 with :
5050 node-version : 20
5151 registry-url : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments