Skip to content

Commit

Permalink
Merge pull request #60 from curbengh/node-14
Browse files Browse the repository at this point in the history
ci(travis): add Node 14 and drop Node 10 & 13
  • Loading branch information
curbengh authored Jun 23, 2020
2 parents 1224746 + 60dfac6 commit d47955d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ cache:
npm: true

node_js:
- "10"
- "12"
- "13"
- "14"

script:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"sinon": "^9.0.2"
},
"engines": {
"node": ">=10.16.0"
"node": ">=12.13.0"
}
}

0 comments on commit d47955d

Please sign in to comment.