File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -202,9 +202,9 @@ jobs:
202
202
- host : windows-latest
203
203
target : x86_64-pc-windows-msvc
204
204
node :
205
- - ' 14'
206
205
- ' 16'
207
206
- ' 18'
207
+ - ' 20'
208
208
runs-on : ${{ matrix.settings.host }}
209
209
steps :
210
210
- uses : actions/checkout@v3
@@ -235,9 +235,9 @@ jobs:
235
235
fail-fast : false
236
236
matrix :
237
237
node :
238
- - ' 14'
239
238
- ' 16'
240
239
- ' 18'
240
+ - ' 20'
241
241
runs-on : ubuntu-latest
242
242
steps :
243
243
- uses : actions/checkout@v3
@@ -272,9 +272,9 @@ jobs:
272
272
fail-fast : false
273
273
matrix :
274
274
node :
275
- - ' 14'
276
275
- ' 16'
277
276
- ' 18'
277
+ - ' 20'
278
278
runs-on : ubuntu-latest
279
279
container :
280
280
image : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
@@ -315,9 +315,9 @@ jobs:
315
315
fail-fast : false
316
316
matrix :
317
317
node :
318
- - ' 14'
319
318
- ' 16'
320
319
- ' 18'
320
+ - ' 20'
321
321
image :
322
322
- ghcr.io/napi-rs/napi-rs/nodejs:aarch64-16
323
323
- ghcr.io/napi-rs/napi-rs/nodejs:armhf-16
You can’t perform that action at this time.
0 commit comments