Skip to content

Commit

Permalink
feat: bump required node engine to >=12.22.10 (parse-community#7846)
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 authored and Moumouls committed Mar 20, 2022
1 parent e6213c4 commit 4cd39d6
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 @@ -133,7 +133,7 @@
"madge:circular": "node_modules/.bin/madge ./src --circular"
},
"engines": {
"node": ">=12.20.0 <17"
"node": ">=12.22.10 <17"
},
"bin": {
"parse-server": "bin/parse-server"
Expand Down

0 comments on commit 4cd39d6

Please sign in to comment.