Skip to content

Commit

Permalink
chore: update travis to use node lts and stable
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this drops testing support in node 10.
  • Loading branch information
jacobheun committed Aug 12, 2020
1 parent ad7f02e commit c272288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ stages:
- cov

node_js:
- '10'
- '12'
- 'lts/*'
- 'stable'

os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"homepage": "https://libp2p.io",
"license": "MIT",
"engines": {
"node": ">=10.0.0",
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"dependencies": {
Expand Down

0 comments on commit c272288

Please sign in to comment.