Skip to content

Commit

Permalink
feat: update minimum Node to v10 (#473)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop Node v8 and v9 support
  • Loading branch information
ybiquitous committed Sep 9, 2019
1 parent 10e7007 commit 6c03057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
node_js:
- "12"
- "10"
- "8"

cache: npm

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
".remarkignore"
],
"engines": {
"node": ">=8.12.0"
"node": ">=10"
},
"dependencies": {
"@commitlint/cli": "^8.1.0",
Expand Down

0 comments on commit 6c03057

Please sign in to comment.