Skip to content

Commit 38dc04c

Browse files
committed
Breaking: drop node 6 and 8
1 parent 874956f commit 38dc04c

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
@@ -1,9 +1,9 @@
11
language: node_js
22

33
node_js:
4-
- 6
5-
- 8
64
- 10
5+
- 12
6+
- 14
77

88
after_success: npm run coverage
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"level"
3636
],
3737
"engines": {
38-
"node": ">=6"
38+
"node": ">=10"
3939
}
4040
}

0 commit comments

Comments
 (0)