@@ -519,7 +519,7 @@ jobs:
519519 strategy :
520520 fail-fast : false
521521 matrix :
522- node : [14, 16, 18, 20, 22]
522+ node : [14, 16, 18, 20, 22.4 ]
523523 steps :
524524 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
525525 uses : actions/checkout@v4
@@ -579,7 +579,7 @@ jobs:
579579 strategy :
580580 fail-fast : false
581581 matrix :
582- node : [14, 16, 18, 20, 22]
582+ node : [14, 16, 18, 20, 22.4 ]
583583 steps :
584584 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
585585 uses : actions/checkout@v4
@@ -779,33 +779,6 @@ jobs:
779779 name : playwright-traces
780780 path : dev-packages/browser-integration-tests/test-results
781781
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-
809782 job_check_for_faulty_dts :
810783 name : Check for faulty .d.ts files
811784 needs : [job_get_metadata, job_build]
@@ -843,12 +816,12 @@ jobs:
843816 strategy :
844817 fail-fast : false
845818 matrix :
846- node : [14, 16, 18, 20, 22]
819+ node : [14, 16, 18, 20, 22.4 ]
847820 typescript :
848821 - false
849822 include :
850823 # Only check typescript for latest version (to streamline CI)
851- - node : 22
824+ - node : 22.4
852825 typescript : ' 3.8'
853826 steps :
854827 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
@@ -885,7 +858,7 @@ jobs:
885858 strategy :
886859 fail-fast : false
887860 matrix :
888- node : [18, 20, 22]
861+ node : [18, 20, 22.4 ]
889862 remix : [1, 2]
890863 # Remix v2 only supports Node 18+, so run 16 tests separately
891864 include :
@@ -1317,7 +1290,6 @@ jobs:
13171290 [
13181291 job_build,
13191292 job_compile_bindings_profiling_node,
1320- job_browser_build_tests,
13211293 job_browser_unit_tests,
13221294 job_bun_unit_tests,
13231295 job_deno_unit_tests,
@@ -1409,7 +1381,7 @@ jobs:
14091381 - os : ubuntu-20.04
14101382 node : 20
14111383 - os : ubuntu-20.04
1412- node : 22
1384+ node : 22.4
14131385
14141386 # x64 musl
14151387 - os : ubuntu-20.04
@@ -1423,7 +1395,7 @@ jobs:
14231395 node : 20
14241396 - os : ubuntu-20.04
14251397 container : node:22-alpine3.18
1426- node : 22
1398+ node : 22.4
14271399
14281400 # arm64 glibc
14291401 - os : ubuntu-20.04
@@ -1437,7 +1409,7 @@ jobs:
14371409 node : 20
14381410 - os : ubuntu-20.04
14391411 arch : arm64
1440- node : 22
1412+ node : 22.4
14411413
14421414 # arm64 musl
14431415 - os : ubuntu-20.04
@@ -1455,7 +1427,7 @@ jobs:
14551427 - os : ubuntu-20.04
14561428 arch : arm64
14571429 container : node:22-alpine3.18
1458- node : 22
1430+ node : 22.4
14591431
14601432 # macos x64
14611433 - os : macos-13
@@ -1468,7 +1440,7 @@ jobs:
14681440 node : 20
14691441 arch : x64
14701442 - os : macos-13
1471- node : 22
1443+ node : 22.4
14721444 arch : x64
14731445
14741446 # macos arm64
@@ -1486,7 +1458,7 @@ jobs:
14861458 target_platform : darwin
14871459 - os : macos-13
14881460 arch : arm64
1489- node : 22
1461+ node : 22.4
14901462 target_platform : darwin
14911463
14921464 # windows x64
@@ -1500,7 +1472,7 @@ jobs:
15001472 node : 20
15011473 arch : x64
15021474 - os : windows-2022
1503- node : 22
1475+ node : 22.4
15041476 arch : x64
15051477
15061478 steps :
0 commit comments