Skip to content

Commit

Permalink
Merge pull request #81 from Turbo87/node-6
Browse files Browse the repository at this point in the history
Drop support for Node 6
  • Loading branch information
Turbo87 committed Nov 14, 2019
2 parents 6304d17 + 8b629c0 commit 688e2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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
- "10"
- "8"

sudo: false
dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "http://github.com/RuslanZavacky/ember-cli-ifa.git"
},
"engines": {
"node": ">= 6"
"node": "8.* || 10.* || >= 12.*"
},
"author": {
"name": "Ruslan Zavacky",
Expand Down

0 comments on commit 688e2de

Please sign in to comment.