Skip to content

Commit 7322007

Browse files
authored
chore: Bump nodejs to v22 (supabase#34730)
* Bump the @types/node to 22. * Bump the version in nvmrc. * Bump the node version in package.json.
1 parent 7c678b9 commit 7322007

File tree

4 files changed

+94
-323
lines changed

4 files changed

+94
-323
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"engines": {
7878
"pnpm": ">=9",
79-
"node": ">=20"
79+
"node": ">=22"
8080
},
8181
"keywords": ["postgres", "firebase", "storage", "functions", "database", "auth"],
8282
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)