Skip to content

Commit

Permalink
chore: drop node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jul 20, 2019
1 parent 0c26cbd commit 9785155
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 @@ -8,8 +8,8 @@ cache:
- node_modules

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

script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"mocha": "^6.0.2"
},
"engines": {
"node": ">=6.9.0"
"node": ">=8.6.0"
}
}

0 comments on commit 9785155

Please sign in to comment.