Commit de465fb 1 parent 74a689c commit de465fb Copy full SHA for de465fb
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
- uses : actions/checkout@v4
56
56
- run : rustup target add wasm32-unknown-unknown
57
57
- uses : Swatinem/rust-cache@v2
58
- - uses : actions/setup-node@v4.0.3
58
+ - uses : actions/setup-node@v4.1.0
59
59
with :
60
60
# Set to the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/>
61
61
node-version : ' 18'
Original file line number Diff line number Diff line change 62
62
with :
63
63
path : repo
64
64
- run : rustup target add wasm32-unknown-unknown
65
- - uses : actions/setup-node@v4.0.3
65
+ - uses : actions/setup-node@v4.1.0
66
66
with :
67
67
node-version : current
68
68
- run : npm install
@@ -178,7 +178,7 @@ jobs:
178
178
steps :
179
179
- uses : actions/checkout@v4
180
180
- run : rustup target add wasm32-unknown-unknown
181
- - uses : actions/setup-node@v4.0.3
181
+ - uses : actions/setup-node@v4.1.0
182
182
with :
183
183
# Set to the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/>
184
184
node-version : 18
@@ -207,7 +207,7 @@ jobs:
207
207
with :
208
208
fetch-depth : 0 # Necessary below for checking if the tag exists.
209
209
- run : rustup target add wasm32-unknown-unknown
210
- - uses : actions/setup-node@v4.0.3
210
+ - uses : actions/setup-node@v4.1.0
211
211
with :
212
212
# Set to the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/>
213
213
node-version : 18
You can’t perform that action at this time.
0 commit comments