Skip to content

Commit

Permalink
Merge pull request #126 from qonto/drop-node8
Browse files Browse the repository at this point in the history
💥 Drop node 8 support
  • Loading branch information
dcyriller authored Jan 3, 2020
2 parents 165ce20 + da04f77 commit b40e792
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
- "8"
- "10"

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 @@ -63,7 +63,7 @@
"qunit-dom": "^0.9.0"
},
"engines": {
"node": "8.* || >= 10.*"
"node": "10.* || >= 12.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit b40e792

Please sign in to comment.