File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 57
57
- uses : Swatinem/rust-cache@v2
58
58
- uses : actions/setup-node@v4.0.3
59
59
with :
60
- node-version : ' 16' # An old version is used to ensure compatibility
60
+ # Set to the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/>
61
+ node-version : ' 18'
61
62
- uses : denoland/setup-deno@v2
62
63
with :
63
64
deno-version : v1.x
Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ jobs:
180
180
- run : rustup target add wasm32-unknown-unknown
181
181
- uses : actions/setup-node@v4.0.3
182
182
with :
183
- # Set the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/>
184
- node-version : 16
183
+ # Set to the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/>
184
+ node-version : 18
185
185
- uses : Swatinem/rust-cache@v2
186
186
- run : npm install
187
187
working-directory : ./wasm-node/javascript
@@ -209,7 +209,8 @@ jobs:
209
209
- run : rustup target add wasm32-unknown-unknown
210
210
- uses : actions/setup-node@v4.0.3
211
211
with :
212
- node-version : 16
212
+ # Set to the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/>
213
+ node-version : 18
213
214
- uses : denoland/setup-deno@v2
214
215
with :
215
216
deno-version : v1.x
You can’t perform that action at this time.
0 commit comments