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 04ecba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ ___
- LDAP: Properly unbind client on group search error (Diamond Lewis) [#7265](https://github.com/parse-community/parse-server/pull/7265)
- Improve data consistency in Push and Job Status update (Diamond Lewis) [#7267](https://github.com/parse-community/parse-server/pull/7267)
- Excluding keys that have trailing edges.node when performing GraphQL resolver (Chris Bland) [#7273](https://github.com/parse-community/parse-server/pull/7273)
- package.json: Require Node 10+. (Olle Jonsson) [#7305](https://github.com/parse-community/parse-server/pull/7305)
___
## 4.5.0
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.4.0...4.5.0)
Expand Down
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 04ecba8

Please sign in to comment.