-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
CHORE: Update node version on CircleCI to 8 #309
CHORE: Update node version on CircleCI to 8 #309
Conversation
Test node version Marking it allowed since release is not yet supported Adding 3.4 and 3.8 into ember-try
bb3e0a0
to
1e8c49b
Compare
* Update node 8 Test node version Marking it allowed since release is not yet supported Adding 3.4 and 3.8 into ember-try * Removes flag for ember-release
* CHORE: Updates ember-try and code ready Ember 3.8 version update Codemod run for 3.8.0 * CHORE: Update node version on CircleCI to 8 (#309) * Update node 8 Test node version Marking it allowed since release is not yet supported Adding 3.4 and 3.8 into ember-try * Removes flag for ember-release * Experimental commit * Fix for ember-release
the |
I will have this updated in |
Also, this upgrade was done since Travis had been failing for sometime with PRs on this repo. Should we still support Node < 8? |
No, dropping support for these outdated Node versions is fine, but it should be done in a major version release because it should be considered a breaking change. |
Agree. |
This PR addresses #310