@@ -519,7 +519,7 @@ jobs:
519
519
strategy :
520
520
fail-fast : false
521
521
matrix :
522
- node : [14, 16, 18, 20, 22]
522
+ node : [14, 16, 18, 20, 22.4 ]
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]
582
+ node : [14, 16, 18, 20, 22.4 ]
583
583
steps :
584
584
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
585
585
uses : actions/checkout@v4
@@ -843,12 +843,12 @@ jobs:
843
843
strategy :
844
844
fail-fast : false
845
845
matrix :
846
- node : [14, 16, 18, 20, 22]
846
+ node : [14, 16, 18, 20, 22.4 ]
847
847
typescript :
848
848
- false
849
849
include :
850
850
# Only check typescript for latest version (to streamline CI)
851
- - node : 22
851
+ - node : 22.4
852
852
typescript : ' 3.8'
853
853
steps :
854
854
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
@@ -885,7 +885,7 @@ jobs:
885
885
strategy :
886
886
fail-fast : false
887
887
matrix :
888
- node : [18, 20, 22]
888
+ node : [18, 20, 22.4 ]
889
889
remix : [1, 2]
890
890
# Remix v2 only supports Node 18+, so run 16 tests separately
891
891
include :
@@ -1409,7 +1409,7 @@ jobs:
1409
1409
- os : ubuntu-20.04
1410
1410
node : 20
1411
1411
- os : ubuntu-20.04
1412
- node : 22
1412
+ node : 22.4
1413
1413
1414
1414
# x64 musl
1415
1415
- os : ubuntu-20.04
@@ -1423,7 +1423,7 @@ jobs:
1423
1423
node : 20
1424
1424
- os : ubuntu-20.04
1425
1425
container : node:22-alpine3.18
1426
- node : 22
1426
+ node : 22.4
1427
1427
1428
1428
# arm64 glibc
1429
1429
- os : ubuntu-20.04
@@ -1437,7 +1437,7 @@ jobs:
1437
1437
node : 20
1438
1438
- os : ubuntu-20.04
1439
1439
arch : arm64
1440
- node : 22
1440
+ node : 22.4
1441
1441
1442
1442
# arm64 musl
1443
1443
- os : ubuntu-20.04
@@ -1455,7 +1455,7 @@ jobs:
1455
1455
- os : ubuntu-20.04
1456
1456
arch : arm64
1457
1457
container : node:22-alpine3.18
1458
- node : 22
1458
+ node : 22.4
1459
1459
1460
1460
# macos x64
1461
1461
- os : macos-13
@@ -1468,7 +1468,7 @@ jobs:
1468
1468
node : 20
1469
1469
arch : x64
1470
1470
- os : macos-13
1471
- node : 22
1471
+ node : 22.4
1472
1472
arch : x64
1473
1473
1474
1474
# macos arm64
@@ -1486,7 +1486,7 @@ jobs:
1486
1486
target_platform : darwin
1487
1487
- os : macos-13
1488
1488
arch : arm64
1489
- node : 22
1489
+ node : 22.4
1490
1490
target_platform : darwin
1491
1491
1492
1492
# windows x64
@@ -1500,7 +1500,7 @@ jobs:
1500
1500
node : 20
1501
1501
arch : x64
1502
1502
- os : windows-2022
1503
- node : 22
1503
+ node : 22.4
1504
1504
arch : x64
1505
1505
1506
1506
steps :
0 commit comments