Skip to content

Commit

Permalink
fix: node engine range has no upper limit to exclude incompatible nod…
Browse files Browse the repository at this point in the history
…e versions (parse-community#7692)
  • Loading branch information
mtrezza committed Nov 12, 2021
1 parent 32b7194 commit e538927
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"
"node": ">=12.20.0 <16"
},
"bin": {
"parse-server": "bin/parse-server"
Expand Down

0 comments on commit e538927

Please sign in to comment.