Skip to content

Commit

Permalink
fix: Node 22 support missing in package.json (#2617)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKremer authored Oct 16, 2024
1 parent af52142 commit 8c07284
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 8c07284

Please sign in to comment.