-
-
Notifications
You must be signed in to change notification settings - Fork 101
build: drop v6.x support #292
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
Conversation
Node.js v6.x is EOL. Keeping it around makes it more dificult to support new versions, so dropping support seems reasonable. This is semver-major.
Codecov Report
@@ Coverage Diff @@
## master #292 +/- ##
==========================================
- Coverage 81.79% 79.85% -1.94%
==========================================
Files 33 33
Lines 4229 4229
==========================================
- Hits 3459 3377 -82
- Misses 770 852 +82
Continue to review full report at Codecov.
|
cjihrig
left a comment
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.
+1 to dropping support for EOL release lines.
|
cc @nodejs/llnode @nodejs/diagnostics @nodejs/post-mortem for visibility |
mhdawson
left a comment
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
Node.js v6.x is EOL. Keeping it around makes it more dificult to support new versions, so dropping support seems reasonable. This is semver-major. PR-URL: #292 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
|
Landed in e1a74b0 |
Node.js v6.x is EOL. Keeping it around makes it more dificult to support
new versions, so dropping support seems reasonable. This is
semver-major.