Skip to content

Commit

Permalink
Remove support for node 8 (#195)
Browse files Browse the repository at this point in the history
* remove support for node 8

* remove support for node 8
  • Loading branch information
tylerturdenpants authored Mar 5, 2020
1 parent 9e3e04a commit 4108a1a
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 @@ -74,7 +74,7 @@
"release-it-lerna-changelog": "^1.0.3"
},
"engines": {
"node": "8.* || >= 10.*"
"node": "10.* || >= 12.*"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 4108a1a

Please sign in to comment.