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

Use Node 8.4 for builds #2830

Merged
merged 1 commit into from
Aug 22, 2017
Merged

Use Node 8.4 for builds #2830

merged 1 commit into from
Aug 22, 2017

Conversation

jpellizzari
Copy link
Contributor

Related to https://github.com/weaveworks/service-ui/issues/930

Builds should be a little faster. It may also be possible to turn off some transpiling features, since Node supports new ES syntax.

@jpellizzari jpellizzari requested a review from fbarl August 21, 2017 21:13
Copy link
Contributor

@fbarl fbarl left a comment

Choose a reason for hiding this comment

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

Looks good!

Would be good to remove the engines constraint if possible, also that service-ui doesn't complain if the two are not on the same version.

@@ -128,6 +128,6 @@
]
},
"engines": {
"node": "^6.9.0"
"node": "^8.4.0"

This comment was marked as abuse.

This comment was marked as abuse.

@@ -1,5 +1,4 @@
FROM node:6.9.0
RUN npm install -g yarn

This comment was marked as abuse.

@jpellizzari jpellizzari merged commit 7abb05c into master Aug 22, 2017
@jpellizzari jpellizzari deleted the node-8 branch August 22, 2017 18:01
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