Skip to content

Commit

Permalink
package.json: Require Node 10+
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 30, 2021
1 parent a080e4c commit af8d93c
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 @@ -125,7 +125,7 @@
"postinstall": "node -p 'require(\"./postinstall.js\")()'"
},
"engines": {
"node": ">= 8"
"node": ">= 10"
},
"bin": {
"parse-server": "bin/parse-server"
Expand Down

0 comments on commit af8d93c

Please sign in to comment.