-
-
Notifications
You must be signed in to change notification settings - Fork 7
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: drop Node 12, 14 & 16 support #242
feat: drop Node 12, 14 & 16 support #242
Conversation
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.
💜
BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
08fe119
to
cc5c18b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #242 +/- ##
==========================================
+ Coverage 95.84% 96.95% +1.10%
==========================================
Files 12 13 +1
Lines 626 2102 +1476
Branches 0 397 +397
==========================================
+ Hits 600 2038 +1438
- Misses 26 63 +37
- Partials 0 1 +1 ☔ View full report in Codecov by Sentry. |
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!
🎉 This PR is included in version 5.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
Supersedes #234
Closes #232