parse-server
parse-server copied to clipboard
Remove Node 12 support
New Feature / Enhancement Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
Current Limitation
Node 12 is out of LTS, but its still in the CI and node engine
Feature / Enhancement Description
Remove Node 12 support
Removing Parse Server compatibility would be a breaking change, so this can only be done in Parse Server 6.
Example Use Case
n/a
Alternatives / Workarounds
n/a
Thanks for opening this issue!
- 🎉 We are excited about your ideas for improvement!
Is it correct once we remove support for node 12, we can support optional chaining across all files?
Yes! Finally
Since the Parse JS SDK is a part of Parse Server, it too has to support the same (or a superset of) Node versions. So I guess we'll have to coordinate that breaking change with the Parse JS SDK, make a release and use it as dependency in Parse Server.
Closing via #8279
Node Badge in README needs to be updated