diff --git a/.travis.yml b/.travis.yml index 8395e475..6ca1d012 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/appveyor.yml b/appveyor.yml index 1015fd6e..bf7f2c37 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ environment: MOCHA_REPORTER: "mocha-appveyor-reporter" matrix: - - nodejs_version: "6" + - nodejs_version: "8" branches: only: diff --git a/package.json b/package.json index f18e3b11..967c8771 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lodash.defaultsdeep": "^4.6.0" }, "engines": { - "node": "6.* || 8.* || >= 10.*" + "node": "8.* || >= 10.*" }, "changelog": { "repo": "ember-cli/ember-cli-uglify",