Skip to content

Commit 0531daa

Browse files
authored
dev: Loosen node engine requirement (supabase#30926)
1 parent 9111810 commit 0531daa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"engines": {
5353
"npm": "^10.0.0",
54-
"node": "^20.0.0"
54+
"node": ">= 20"
5555
},
5656
"keywords": ["postgres", "firebase", "storage", "functions", "database", "auth"],
5757
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)