Skip to content

Commit f2da11a

Browse files
TomKremerunknown
authored and
unknown
committed
fix: Node 22 support missing in package.json (parse-community#2617)
1 parent 2c9ee5a commit f2da11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"parse-dashboard": "./bin/parse-dashboard"
140140
},
141141
"engines": {
142-
"node": ">=18.0.0 <21"
142+
"node": ">=18.0.0 <21 || >=22.9.0 <23"
143143
},
144144
"main": "Parse-Dashboard/app.js",
145145
"jest": {

0 commit comments

Comments
 (0)