diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3388affeb7e..4228e9fceb5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ concurrency: cancel-in-progress: true env: - NODE_VERSION: 18.20.2 + NODE_VERSION: 22.6.0 PNPM_VERSION: 9.7.1 DO_NOT_TRACK: 1 # Disable Turbopack telemetry NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry diff --git a/.github/workflows/release-canary.yml b/.github/workflows/release-canary.yml index 1aa7b0e4c06..89a2a7aadb9 100644 --- a/.github/workflows/release-canary.yml +++ b/.github/workflows/release-canary.yml @@ -6,7 +6,7 @@ on: - beta env: - NODE_VERSION: 18.20.2 + NODE_VERSION: 22.6.0 PNPM_VERSION: 9.7.1 DO_NOT_TRACK: 1 # Disable Turbopack telemetry NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry diff --git a/.node-version b/.node-version index fb3e6603b5e..535e1cca76a 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v18.20.2 +v22.6.0 diff --git a/.nvmrc b/.nvmrc index fb3e6603b5e..535e1cca76a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.20.2 +v22.6.0 diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 00000000000..4e644f8f56a --- /dev/null +++ b/.tool-versions @@ -0,0 +1,2 @@ +pnpm 9.7.1 +nodejs 22.6.0 diff --git a/templates/vercel-postgres/.tool-versions b/templates/vercel-postgres/.tool-versions deleted file mode 100644 index 958fb36989c..00000000000 --- a/templates/vercel-postgres/.tool-versions +++ /dev/null @@ -1 +0,0 @@ -nodejs 20.12.2