-
-
Notifications
You must be signed in to change notification settings - Fork 58
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 deps and drop Node 4 support #205
Conversation
Codecov Report
@@ Coverage Diff @@
## master #205 +/- ##
=======================================
Coverage 96.13% 96.13%
=======================================
Files 16 16
Lines 491 491
=======================================
Hits 472 472
Misses 19 19
Continue to review full report at Codecov.
|
a742f64
to
820b5e5
Compare
@@ -20,7 +20,7 @@ | |||
}, | |||
"repository": "ember-cli/ember-try", | |||
"engines": { | |||
"node": "^4.5 || 6.* || >= 7.*" | |||
"node": "6.* || >= 7.*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7 is no longer supported, it should be 6, 8 and 10: "6.* || 8.* || >= 10.*"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a follow-on PR to update the blueprint, just fixed it enough so that tests would run.
57f11a4
to
f0bf55d
Compare
No description provided.