From ffcbc12c9dee3f0b1dff0366578ba60b364d9eea Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Thu, 11 Jul 2024 17:08:18 -0400 Subject: [PATCH] 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. --- .github/workflows/test-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 7b9a592611..9c952b1bf0 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -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