Skip to content

Commit

Permalink
Merge pull request #236 from DockYard/sn/major-node-10
Browse files Browse the repository at this point in the history
MAJOR: Node 10
  • Loading branch information
snewcomer authored May 15, 2020
2 parents 21aabbc + b966f80 commit e1d1b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +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"

sudo: false
dist: trusty
- "10"

addons:
chrome: stable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"repository": "https://github.com/dockyard/ember-in-viewport",
"engines": {
"node": "8.* || >= 10.*"
"node": "10.* || >= 12.*"
},
"author": "Scott Newcomer",
"license": "MIT",
Expand Down

0 comments on commit e1d1b72

Please sign in to comment.