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

Drop support for Node 6 and 11. #151

Merged
merged 1 commit into from
Sep 20, 2019

Conversation

jackson-dean
Copy link
Contributor

@jackson-dean jackson-dean commented Sep 20, 2019

In preparation for adding ember-engines for testing lazy
routes, this sets node version for CI to 8 and updates
node engines to reflect that 8 is the lowest supported
version. Also updates to use yarn for installing depdencies.
The flags are added to prevent install failures related to
having "link" dependencies in package.json. I referred to
ember-engines repo for these changes.

https://github.com/ember-engines/ember-engines/blob/v0.8.2/package.json#L43
https://github.com/ember-engines/ember-engines/blob/v0.8.2/.travis.yml#L54

Related PR: #150

Copy link
Collaborator

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

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

Looking good!

There is still some npm stuff in .travis.yml (just a few lines above the install: change you made but I can't comment on it directly). That needs to become:

script:
  - yarn lint:hbs
  - yarn lint:js
  - yarn test

And we should remove the $HOME/.npm bit from the caching config in .travis.yml.

package.json Outdated Show resolved Hide resolved
In preparation for adding ember-engines for testing lazy
routes, this sets node version for CI to 8 and updates
node engines to reflect that 8 is the lowest supported
version. Also updates to use yarn for installing depdencies.
The flags are added to prevent install failures related to
having "link" dependencies in package.json. I referred to
ember-engines repo for these changes.

https://github.com/ember-engines/ember-engines/blob/v0.8.2/package.json#L43
https://github.com/ember-engines/ember-engines/blob/v0.8.2/.travis.yml#L54

Related PR: https://github.com/nickiaconis/ember-prefetch/pull/150jk
@jackson-dean
Copy link
Contributor Author

Thanks for the review! Addressed all feedback

@rwjblue rwjblue merged commit f6fbc00 into nickiaconis:master Sep 20, 2019
@rwjblue rwjblue changed the title Update CI configs Drop support for Node 6 and 11. Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants