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 Feb 8, 2020
1 parent 4bef026 commit d4f2097
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ update_configs:
ignored_updates:
- match:
dependency_name: "@types/node"
version_requirement: "13.x"
version_requirement: ">10"
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ node_js:
- "node"
- "12"
- "10"
- "8"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@babel/preset-env",
{
"targets": {
"node": "8"
"node": "10"
}
}
]
Expand Down

0 comments on commit d4f2097

Please sign in to comment.