-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add node 16 support; remove node 15 support #7558
Conversation
Thanks for opening this pull request!
|
Codecov Report
@@ Coverage Diff @@
## alpha #7558 +/- ##
==========================================
- Coverage 93.99% 84.19% -9.80%
==========================================
Files 181 181
Lines 13382 13382
==========================================
- Hits 12578 11267 -1311
- Misses 804 2115 +1311
Continue to review full report at Codecov.
|
👍 |
Yes, this has become stale because of other CI changes that have been prioritized. If anyone wants to pick this up in the meantime, please feel free. |
This PR can now be closed 😉 |
Closing in favor of #7707 |
New Pull Request Checklist
Issue Description
Node 15 reached its EOL; Node 16 is the current version
Related issue: #n/a
Approach
This appears to not be merely a CI change, but to require some minor changes in parse server / dependencies. Hence this PR will likely be a
feat
commit.TODOs before merging