Skip to content

Commit

Permalink
Merge pull request #337 from Turbo87/node-8
Browse files Browse the repository at this point in the history
Drop support for Node.js 4 and 6
  • Loading branch information
Turbo87 authored Mar 13, 2019
2 parents 0324b28 + afad19e commit cdba20e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
- <<: *node-test
node_js: 8

- <<: *node-test
node_js: 6


deploy:
provider: npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"qunit-dom": "^0.8.0"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
"node": "8.* || >= 10.*"
},
"changelog": {
"repo": "simplabs/ember-test-selectors",
Expand Down

0 comments on commit cdba20e

Please sign in to comment.