Skip to content

Commit

Permalink
feat: support for Node v10 >=
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropping Node v8 support.
  • Loading branch information
gajus committed Jan 18, 2020
1 parent 2989802 commit 85461c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/env",
{
"targets": {
"node": "6"
"node": "10"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- node
- 8
- 10
script:
- npm run lint
- npm run test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"sinon": "^8.1.0"
},
"engines": {
"node": ">8"
"node": ">10"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 85461c1

Please # to comment.