Skip to content

Commit

Permalink
Merge pull request #79 from YoshinoriN/drop-node6
Browse files Browse the repository at this point in the history
chore: drop Node.js v6 & require higher than v8.6
  • Loading branch information
curbengh committed Jul 27, 2019
2 parents 6ee1097 + 3d28986 commit dd91949
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js

node_js:
- "6"
- "8"
- "10"
- "node"

script:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"jshint-stylish": "^2.0.1",
"jshint": "^2.0.0",
"mocha": "^6.0.2"
},
"engines": {
"node": ">=8.6.0"
}
}

0 comments on commit dd91949

Please sign in to comment.