From 5ceafe38d9df52bbf2c3bdbe453f29bd15accab6 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 6 Apr 2019 12:51:32 +0200 Subject: [PATCH] Drop support for Node 6 --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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",