Skip to content

Commit

Permalink
ci: run next.js repo e2e tests on node 18.18.0 (#2542)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
serhalp authored Jul 12, 2024
1 parent b229d3d commit 167d6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
NODE_VERSION: 18.17.1
NODE_VERSION: 18.18.0
PNPM_VERSION: 8.9.0
NEXT_REPO: vercel/next.js
NEXT_TEST_MODE: deploy
Expand Down

0 comments on commit 167d6bc

Please sign in to comment.