Skip to content

Commit

Permalink
Merge pull request #17254 from Turbo87/node-support
Browse files Browse the repository at this point in the history
Drop support for Node 4
  • Loading branch information
rwjblue authored Dec 5, 2018
2 parents 49bf2a0 + 3b411ca commit c787fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"typescript-eslint-parser": "^18.0.0"
},
"engines": {
"node": "^4.5 || 6.* || >= 8.*"
"node": "6.* || 8.* || >= 10.*"
},
"ember-addon": {
"after": "ember-cli-legacy-blueprints"
Expand Down

0 comments on commit c787fe8

Please sign in to comment.