Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Commit

Permalink
Drop Node 6 and 11 support. (#288)
Browse files Browse the repository at this point in the history
Drop Node 6 and 11 support.
  • Loading branch information
rwjblue committed Aug 31, 2019
2 parents e24867b + aa7163b commit c7e28de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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"

addons:
chrome: stable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"test:node:debug": "mocha debug node-tests/*.js"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "8.* || 10.* || >= 12.*"
},
"devDependencies": {
"@ember/optional-features": "^0.7.0",
Expand Down

0 comments on commit c7e28de

Please sign in to comment.