-
Notifications
You must be signed in to change notification settings - Fork 572
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
fix: Remove Node 10 support #623
Conversation
Codecov Report
@@ Coverage Diff @@
## main #623 +/- ##
==========================================
- Coverage 99.10% 98.68% -0.42%
==========================================
Files 17 18 +1
Lines 1446 1904 +458
==========================================
+ Hits 1433 1879 +446
- Misses 13 25 +12
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please update the minimum runtime in package.json to v12.18 (or 10.20)?
Co-authored-by: Matteo Collina <hello@matteocollina.com>
Where do I do this? |
We should add the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* fix: Remove Node 10 support Fixes: nodejs#622 * Update .github/workflows/nodejs.yml Co-authored-by: Matteo Collina <hello@matteocollina.com> * fixup Co-authored-by: Matteo Collina <hello@matteocollina.com>
Fixes: #622