-
-
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
update CI to build on Node 6+7 #846
Conversation
@@ -1,7 +1,7 @@ | |||
language: node_js | |||
node_js: | |||
- 4 |
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.
um, why is node 4 dropped? eslint still supports node 4; this makes it a breaking change.
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.
i strongly recommend continuing to test on node 4 for a very long time.
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.
fair enough. I don't expect to explicitly drop it, it just adds a bunch of build time.
would be fine to add it back
* benmosher/master: update CI to build on Node 6+7 (import-js#846) changelog update for 2.3.0
investigating #838 + probably a good idea anyway