Skip to content

Commit

Permalink
fix: node engine compatibility did not include node 16 (#7739)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Dec 8, 2021
1 parent ac789c8 commit ea7c014
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 @@ -131,7 +131,7 @@
"madge:circular": "node_modules/.bin/madge ./src --circular"
},
"engines": {
"node": ">=12.20.0 <16"
"node": ">=12.20.0 <17"
},
"bin": {
"parse-server": "bin/parse-server"
Expand Down

0 comments on commit ea7c014

Please sign in to comment.