Skip to content

Commit 0a36529

Browse files
committed
build(deps): bump node.js to 22.7.0
1 parent 78c8bb8 commit 0a36529

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
env:
20-
NODE_VERSION: 18.20.2
20+
NODE_VERSION: 22.6.0
2121
PNPM_VERSION: 9.7.1
2222
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
2323
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry

Diff for: .github/workflows/release-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- beta
77

88
env:
9-
NODE_VERSION: 18.20.2
9+
NODE_VERSION: 22.6.0
1010
PNPM_VERSION: 9.7.1
1111
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
1212
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry

Diff for: .node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.20.2
1+
v22.6.0

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.20.2
1+
v22.6.0

Diff for: .tool-versions

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pnpm 9.7.1
2+
nodejs 22.6.0

Diff for: templates/vercel-postgres/.tool-versions

-1
This file was deleted.

0 commit comments

Comments
 (0)