-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 4, 6, 8, 10, 12, 14 & 16 support #3091
base: main
Are you sure you want to change the base?
feat: drop Node 4, 6, 8, 10, 12, 14 & 16 support #3091
Conversation
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
@ljharb Settings should be updated to make |
045db2f
to
1752feb
Compare
1752feb
to
15ebf42
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3091 +/- ##
==========================================
+ Coverage 95.60% 95.62% +0.02%
==========================================
Files 83 83
Lines 3637 3636 -1
Branches 1285 1284 -1
==========================================
Hits 3477 3477
+ Misses 160 159 -1 ☔ View full report in Codecov by Sentry. |
BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
15ebf42
to
2afd06d
Compare
BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
Closes #2053