Skip to content

Commit 098f3d1

Browse files
committed
chore: update travis to use node lts and stable
BREAKING CHANGE: this drops testing support in node 10.
1 parent 689f90a commit 098f3d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ stages:
66
- cov
77

88
node_js:
9-
- '10'
10-
- '12'
9+
- 'lts/*'
10+
- 'stable'
1111

1212
os:
1313
- linux

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"homepage": "https://libp2p.io",
3838
"license": "MIT",
3939
"engines": {
40-
"node": ">=10.0.0",
40+
"node": ">=12.0.0",
4141
"npm": ">=6.0.0"
4242
},
4343
"dependencies": {

0 commit comments

Comments
 (0)