Skip to content

Commit

Permalink
feat: drop Node v10 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drops Node v10
  • Loading branch information
gajus committed Oct 25, 2021
1 parent 505b511 commit 9deb04d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -8,7 +8,7 @@
"@babel/preset-env",
{
"targets": {
"node": 10
"node": 12
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- node
- 10
- 12
before_install:
- npm config set depth 0
notifications:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"semantic-release": "^17.4.7"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
"node": ">=12.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 9deb04d

Please sign in to comment.