Skip to content

Commit 55bd925

Browse files
committed
Drop node 6; add 12 to CI
1 parent 314bbb0 commit 55bd925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- 6
54
- 8
65
- 10
6+
- 12
77

88
after_success: npm run coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"ttl"
5151
],
5252
"engines": {
53-
"node": ">=6"
53+
"node": ">=8"
5454
}
5555
}

0 commit comments

Comments
 (0)