Skip to content

Commit

Permalink
Drop support for Node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 6, 2019
1 parent 9ed7828 commit 9cdbcf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "6"
- "8"

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -4,7 +4,7 @@
environment:
MOCHA_REPORTER: "mocha-appveyor-reporter"
matrix:
- nodejs_version: "6"
- nodejs_version: "8"

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"lodash.defaultsdeep": "^4.6.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "8.* || >= 10.*"
},
"changelog": {
"repo": "ember-cli/ember-cli-uglify",
Expand Down

0 comments on commit 9cdbcf2

Please sign in to comment.