Skip to content

Commit

Permalink
chore: drop Node 6 (hexojs#3598)
Browse files Browse the repository at this point in the history
* chore: drop Node 6

hexojs#3508
  • Loading branch information
curbengh authored and Thomas Parisot committed Jan 17, 2020
1 parent 6b1f012 commit 0c829d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cache:
- node_modules

node_js:
- "6"
- "8"
- "10"
- "node"
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ image:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "11"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"sinon": "^7.1.1"
},
"engines": {
"node": ">=6.9.0"
"node": ">=8.6.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 0c829d3

Please sign in to comment.