diff --git a/.travis.yml b/.travis.yml index f3abb00..9363da3 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 - - "8" + - "10" sudo: false dist: trusty diff --git a/package.json b/package.json index 3736017..d72cbff 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "release-it-lerna-changelog": "^1.0.3" }, "engines": { - "node": "8.* || >= 10.*" + "node": "10.* || 12.* || >= 14.*" }, "publishConfig": { "access": "public",