@@ -197,7 +197,7 @@ jobs:
197197 group : [1/5, 2/5, 3/5, 4/5, 5/5]
198198 uses : ./.github/workflows/build_reusable.yml
199199 with :
200- nodeVersion : 18.17.0
200+ nodeVersion : 18.18.2
201201 afterBuild : RUST_BACKTRACE=0 NEXT_EXTERNAL_TESTS_FILTERS="$(pwd)/test/turbopack-dev-tests-manifest.json" TURBOPACK=1 TURBOPACK_DEV=1 node run-tests.js --timings -g ${{ matrix.group }} -c ${TEST_CONCURRENCY} --type integration
202202 stepName : ' test-turbopack-integration-${{ matrix.group }}'
203203 secrets : inherit
@@ -213,7 +213,7 @@ jobs:
213213 group : [1/5, 2/5, 3/5, 4/5, 5/5]
214214 uses : ./.github/workflows/build_reusable.yml
215215 with :
216- nodeVersion : 18.17.0
216+ nodeVersion : 18.18.2
217217 afterBuild : RUST_BACKTRACE=0 NEXT_EXTERNAL_TESTS_FILTERS="$(pwd)/test/turbopack-build-tests-manifest.json" TURBOPACK=1 TURBOPACK_BUILD=1 NEXT_TEST_MODE=start node run-tests.js --timings -g ${{ matrix.group }} -c ${TEST_CONCURRENCY} --type production
218218 stepName : ' test-turbopack-production-${{ matrix.group }}'
219219 secrets : inherit
@@ -229,7 +229,7 @@ jobs:
229229 group : [1/5, 2/5, 3/5, 4/5, 5/5]
230230 uses : ./.github/workflows/build_reusable.yml
231231 with :
232- nodeVersion : 18.17.0
232+ nodeVersion : 18.18.2
233233 afterBuild : RUST_BACKTRACE=0 NEXT_EXTERNAL_TESTS_FILTERS="$(pwd)/test/turbopack-build-tests-manifest.json" TURBOPACK=1 TURBOPACK_BUILD=1 node run-tests.js --timings -g ${{ matrix.group }} -c ${TEST_CONCURRENCY} --type integration
234234 stepName : ' test-turbopack-production-integration-${{ matrix.group }}'
235235 secrets : inherit
@@ -366,7 +366,7 @@ jobs:
366366 - 12/12
367367 uses : ./.github/workflows/build_reusable.yml
368368 with :
369- nodeVersion : 18.17.0
369+ nodeVersion : 18.18.2
370370 afterBuild : node run-tests.js --timings -g ${{ matrix.group }} -c ${TEST_CONCURRENCY} --type integration
371371 stepName : ' test-integration-${{ matrix.group }}'
372372 secrets : inherit
@@ -391,7 +391,7 @@ jobs:
391391
392392 uses : ./.github/workflows/build_reusable.yml
393393 with :
394- nodeVersion : 18.17.0
394+ nodeVersion : 18.18.2
395395 afterBuild : __NEXT_EXPERIMENTAL_PPR=true NEXT_EXTERNAL_TESTS_FILTERS="test/ppr-tests-manifest.json" node run-tests.js --timings -c ${TEST_CONCURRENCY} --type integration
396396 stepName : ' test-ppr-integration'
397397 secrets : inherit
0 commit comments