chore: update travis to use node lts and stable

BREAKING CHANGE: this drops testing support in node 10.
This commit is contained in:
Jacob Heun 2020-07-13 14:02:15 +02:00
parent 689f90a698
commit 098f3d1dd3
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ stages:
- cov
node_js:
- '10'
- '12'
- 'lts/*'
- 'stable'
os:
- linux

View File

@ -37,7 +37,7 @@
"homepage": "https://libp2p.io",
"license": "MIT",
"engines": {
"node": ">=10.0.0",
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"dependencies": {