Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
build!: drop support for node.js v8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node.js v8
  • Loading branch information
bouzuya committed Jan 25, 2020
1 parent ca70ea6 commit e972b62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,4 +3,3 @@ node_js:
- "node"
- "12"
- "10"
- "8"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
{
"targets": {
"browsers": "> 0.25%, not dead",
"node": "8"
"node": "10"
}
}
],
Expand Down

0 comments on commit e972b62

Please sign in to comment.