Skip to content

Commit ffcbc12

Browse files
committed
ci: run next.js repo e2e tests on node 18.18.0
The minimum supported version for canary got bumped recently. We could use different versions per next.js version but it probably isn't worth it here.
1 parent 34276c9 commit ffcbc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
env:
22-
NODE_VERSION: 18.17.1
22+
NODE_VERSION: 18.18.0
2323
PNPM_VERSION: 8.9.0
2424
NEXT_REPO: vercel/next.js
2525
NEXT_TEST_MODE: deploy

0 commit comments

Comments
 (0)