Skip to content

Commit

Permalink
Merge pull request #26 from DockYard/sn/node-10
Browse files Browse the repository at this point in the history
Major: Node 10
  • Loading branch information
snewcomer authored May 1, 2020
2 parents 703c780 + cd0b573 commit e5286f4
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 @@ -52,7 +52,7 @@
"qunit-dom": "^0.8.5"
},
"engines": {
"node": "8.* || >= 10.*"
"node": "10.* || >= 12.*"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit e5286f4

Please sign in to comment.