Skip to content

Commit 8c07284

Browse files
authored
fix: Node 22 support missing in package.json (#2617)
1 parent af52142 commit 8c07284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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)