Skip to content

Commit

Permalink
fix: Node 22 support missing in package.json (parse-community#2617)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKremer authored and unknown committed Oct 22, 2024
1 parent 2c9ee5a commit f2da11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"parse-dashboard": "./bin/parse-dashboard"
},
"engines": {
"node": ">=18.0.0 <21"
"node": ">=18.0.0 <21 || >=22.9.0 <23"
},
"main": "Parse-Dashboard/app.js",
"jest": {
Expand Down

0 comments on commit f2da11a

Please sign in to comment.