Skip to content

Commit

Permalink
chore(deps): require node 8.x
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Dropping support for unmaintained node versions
  • Loading branch information
ext committed Jul 1, 2019
1 parent c751858 commit 61bbd57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ notifications:
urls:
- https://webhooks.gitter.im/e/adff3996681bbaef4a61
node_js:
- '6'
- '7'
- '8'
- '9'
- '10'
- '12'
- 'node'
before_install:
- npm i -g npm@^2.0.0
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"semantic-release": "semantic-release",
"coveralls": "nyc --reporter=text-lcov ./node_modules/mocha/bin/_mocha -R spec | coveralls && rm -rf ./coverage"
},
"engines": {
"node": ">=8"
},
"standard": {
"globals": [
"describe",
Expand Down

0 comments on commit 61bbd57

Please sign in to comment.