Skip to content

Commit

Permalink
feat: bump required node engine to >=12.22.10 (parse-community#7848)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This requires Node.js version >=12.22.10.
  • Loading branch information
mtrezza committed Mar 12, 2022
1 parent d35cd47 commit 23a3488
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 @@ -135,7 +135,7 @@
"madge:circular": "node_modules/.bin/madge ./src --circular"
},
"engines": {
"node": ">=12.20.0 <16"
"node": ">=12.22.10 <16"
},
"bin": {
"parse-server": "bin/parse-server"
Expand Down

0 comments on commit 23a3488

Please sign in to comment.