Skip to content

Commit aae35d4

Browse files
committed
fix: Update Node.js version for Windows integration tests from 18.18.2 to 20
The create-next-app package now requires Node.js >=20.9.0, but the test was using Node.js 18.18.2, causing ENOENT errors during test setup.
1 parent 0dd2aef commit aae35d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ jobs:
481481

482482
uses: ./.github/workflows/build_reusable.yml
483483
with:
484-
nodeVersion: 18.18.2
484+
nodeVersion: 20
485485
afterBuild: |
486486
node run-tests.js \
487487
--concurrency 4 \

0 commit comments

Comments
 (0)