Skip to content

Commit 167d6bc

Browse files
authored
ci: run next.js repo e2e tests on node 18.18.0 (#2542)
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 b229d3d commit 167d6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)