Skip to content
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(node version): drop node 4 support #724

Merged
merged 14 commits into from
Apr 30, 2018
Merged

feat(node version): drop node 4 support #724

merged 14 commits into from
Apr 30, 2018

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Apr 29, 2018

BREAKING CHANGE: Node 4 is no longer supported.

BREAKING CHANGE: Node 4 is no longer supported.
@ghost ghost assigned nicojs Apr 29, 2018
@ghost ghost added the 🔎 Needs review label Apr 29, 2018
.travis.yml Outdated
@@ -1,8 +1,8 @@
language: node_js
node_js:
- node
- '8'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about we don't explicitly build for node 8? In most cases, our software will either not work on the latest version of node or the oldest version. Not something in between.

@@ -6,7 +6,7 @@ const exec = (command) => execSync(command, { stdio: [0, 1, 2] });
const releaseRequirements = {
pullRequest: 'false',
branch: 'release',
nodeVersion: '6'
nodeVersion: '8'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not release with node 6?

@ghost ghost assigned simondel Apr 30, 2018
@nicojs nicojs mentioned this pull request Apr 30, 2018
@simondel simondel merged commit a038931 into master Apr 30, 2018
@ghost ghost removed the 🔎 Needs review label Apr 30, 2018
@simondel simondel deleted the drop-node-4 branch April 30, 2018 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants