-
-
Notifications
You must be signed in to change notification settings - Fork 61
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 to use node version >= 8 #308
Conversation
👍 This'll need to be a major as it's a breaking change, I believe. |
Yes |
ca79ae8
to
db49a7d
Compare
…e-snippet. We are using ember-cli-addon-docs has dependency of ember-code-snippet@^2.4.0 in ember-exam and they released new version (2.4.1) with the changes that make the engine incompatible with node version 6.
700a90a
to
eaf25fe
Compare
A pr in |
d545172
to
eaf25fe
Compare
8e57820
to
d2abe64
Compare
Just want to verify, we went from |
(assuming we do a major version bump due to node engine change) |
@step2yeung we used ^8.10.0 |
Merged! Next will release a major version |
ember-exam CI has been failing due to dependency issue with
ember-code-snippet
. We are using ember-cli-addon-docs has dependency of ember-code-snippet@^2.4.0 in ember-exam and they released new version (2.4.1) with the changes that make the engine incompatible with node version 6.