@@ -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
@@ -779,33 +779,6 @@ jobs:
779
779
name : playwright-traces
780
780
path : dev-packages/browser-integration-tests/test-results
781
781
782
- job_browser_build_tests :
783
- name : Browser Build Tests
784
- needs : [job_get_metadata, job_build]
785
- runs-on : ubuntu-20.04
786
- timeout-minutes : 5
787
- steps :
788
- - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
789
- uses : actions/checkout@v4
790
- with :
791
- ref : ${{ env.HEAD_COMMIT }}
792
- - name : Set up Node
793
- uses : actions/setup-node@v4
794
- with :
795
- node-version-file : ' package.json'
796
- - name : Restore caches
797
- uses : ./.github/actions/restore-cache
798
- env :
799
- DEPENDENCY_CACHE_KEY : ${{ needs.job_build.outputs.dependency_cache_key }}
800
- - name : Run browser build tests
801
- run : |
802
- cd packages/browser
803
- yarn test:package
804
- - name : Run utils build tests
805
- run : |
806
- cd packages/utils
807
- yarn test:package
808
-
809
782
job_check_for_faulty_dts :
810
783
name : Check for faulty .d.ts files
811
784
needs : [job_get_metadata, job_build]
@@ -843,12 +816,12 @@ jobs:
843
816
strategy :
844
817
fail-fast : false
845
818
matrix :
846
- node : [14, 16, 18, 20, 22]
819
+ node : [14, 16, 18, 20, 22.4 ]
847
820
typescript :
848
821
- false
849
822
include :
850
823
# Only check typescript for latest version (to streamline CI)
851
- - node : 22
824
+ - node : 22.4
852
825
typescript : ' 3.8'
853
826
steps :
854
827
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
@@ -885,7 +858,7 @@ jobs:
885
858
strategy :
886
859
fail-fast : false
887
860
matrix :
888
- node : [18, 20, 22]
861
+ node : [18, 20, 22.4 ]
889
862
remix : [1, 2]
890
863
# Remix v2 only supports Node 18+, so run 16 tests separately
891
864
include :
@@ -1317,7 +1290,6 @@ jobs:
1317
1290
[
1318
1291
job_build,
1319
1292
job_compile_bindings_profiling_node,
1320
- job_browser_build_tests,
1321
1293
job_browser_unit_tests,
1322
1294
job_bun_unit_tests,
1323
1295
job_deno_unit_tests,
@@ -1409,7 +1381,7 @@ jobs:
1409
1381
- os : ubuntu-20.04
1410
1382
node : 20
1411
1383
- os : ubuntu-20.04
1412
- node : 22
1384
+ node : 22.4
1413
1385
1414
1386
# x64 musl
1415
1387
- os : ubuntu-20.04
@@ -1423,7 +1395,7 @@ jobs:
1423
1395
node : 20
1424
1396
- os : ubuntu-20.04
1425
1397
container : node:22-alpine3.18
1426
- node : 22
1398
+ node : 22.4
1427
1399
1428
1400
# arm64 glibc
1429
1401
- os : ubuntu-20.04
@@ -1437,7 +1409,7 @@ jobs:
1437
1409
node : 20
1438
1410
- os : ubuntu-20.04
1439
1411
arch : arm64
1440
- node : 22
1412
+ node : 22.4
1441
1413
1442
1414
# arm64 musl
1443
1415
- os : ubuntu-20.04
@@ -1455,7 +1427,7 @@ jobs:
1455
1427
- os : ubuntu-20.04
1456
1428
arch : arm64
1457
1429
container : node:22-alpine3.18
1458
- node : 22
1430
+ node : 22.4
1459
1431
1460
1432
# macos x64
1461
1433
- os : macos-13
@@ -1468,7 +1440,7 @@ jobs:
1468
1440
node : 20
1469
1441
arch : x64
1470
1442
- os : macos-13
1471
- node : 22
1443
+ node : 22.4
1472
1444
arch : x64
1473
1445
1474
1446
# macos arm64
@@ -1486,7 +1458,7 @@ jobs:
1486
1458
target_platform : darwin
1487
1459
- os : macos-13
1488
1460
arch : arm64
1489
- node : 22
1461
+ node : 22.4
1490
1462
target_platform : darwin
1491
1463
1492
1464
# windows x64
@@ -1500,7 +1472,7 @@ jobs:
1500
1472
node : 20
1501
1473
arch : x64
1502
1474
- os : windows-2022
1503
- node : 22
1475
+ node : 22.4
1504
1476
arch : x64
1505
1477
1506
1478
steps :
0 commit comments