@@ -519,7 +519,7 @@ jobs:
519
519
strategy :
520
520
fail-fast : false
521
521
matrix :
522
- node : [14, 16, 18, 20, 22.4 ]
522
+ node : [14, 16, 18, 20, 22]
523
523
steps :
524
524
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
525
525
uses : actions/checkout@v4
@@ -579,7 +579,7 @@ jobs:
579
579
strategy :
580
580
fail-fast : false
581
581
matrix :
582
- node : [14, 16, 18, 20, 22.4 ]
582
+ node : [14, 16, 18, 20, 22]
583
583
steps :
584
584
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
585
585
uses : actions/checkout@v4
@@ -816,12 +816,12 @@ jobs:
816
816
strategy :
817
817
fail-fast : false
818
818
matrix :
819
- node : [14, 16, 18, 20, 22.4 ]
819
+ node : [14, 16, 18, 20, 22]
820
820
typescript :
821
821
- false
822
822
include :
823
823
# Only check typescript for latest version (to streamline CI)
824
- - node : 22.4
824
+ - node : 22
825
825
typescript : ' 3.8'
826
826
steps :
827
827
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
@@ -858,7 +858,7 @@ jobs:
858
858
strategy :
859
859
fail-fast : false
860
860
matrix :
861
- node : [18, 20, 22.4 ]
861
+ node : [18, 20, 22]
862
862
remix : [1, 2]
863
863
# Remix v2 only supports Node 18+, so run 16 tests separately
864
864
include :
@@ -1384,7 +1384,7 @@ jobs:
1384
1384
- os : ubuntu-20.04
1385
1385
node : 20
1386
1386
- os : ubuntu-20.04
1387
- node : 22.4
1387
+ node : 22
1388
1388
1389
1389
# x64 musl
1390
1390
- os : ubuntu-20.04
@@ -1398,7 +1398,7 @@ jobs:
1398
1398
node : 20
1399
1399
- os : ubuntu-20.04
1400
1400
container : node:22-alpine3.18
1401
- node : 22.4
1401
+ node : 22
1402
1402
1403
1403
# arm64 glibc
1404
1404
- os : ubuntu-20.04
@@ -1412,7 +1412,7 @@ jobs:
1412
1412
node : 20
1413
1413
- os : ubuntu-20.04
1414
1414
arch : arm64
1415
- node : 22.4
1415
+ node : 22
1416
1416
1417
1417
# arm64 musl
1418
1418
- os : ubuntu-20.04
@@ -1430,7 +1430,7 @@ jobs:
1430
1430
- os : ubuntu-20.04
1431
1431
arch : arm64
1432
1432
container : node:22-alpine3.18
1433
- node : 22.4
1433
+ node : 22
1434
1434
1435
1435
# macos x64
1436
1436
- os : macos-13
@@ -1443,7 +1443,7 @@ jobs:
1443
1443
node : 20
1444
1444
arch : x64
1445
1445
- os : macos-13
1446
- node : 22.4
1446
+ node : 22
1447
1447
arch : x64
1448
1448
1449
1449
# macos arm64
@@ -1461,7 +1461,7 @@ jobs:
1461
1461
target_platform : darwin
1462
1462
- os : macos-13
1463
1463
arch : arm64
1464
- node : 22.4
1464
+ node : 22
1465
1465
target_platform : darwin
1466
1466
1467
1467
# windows x64
@@ -1475,7 +1475,7 @@ jobs:
1475
1475
node : 20
1476
1476
arch : x64
1477
1477
- os : windows-2022
1478
- node : 22.4
1478
+ node : 22
1479
1479
arch : x64
1480
1480
1481
1481
steps :
0 commit comments