Skip to content

Commit 76588ad

Browse files
authoredJul 19, 2019
fix: remove pre-node 10 support (#86)
BREAKING CHANGE: Node 10 is LTS so please upgrade to it.
1 parent 6ed57bd commit 76588ad

File tree

3 files changed

+2490
-2010
lines changed

3 files changed

+2490
-2010
lines changed
 

‎.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: node_js
22

33
node_js:
4+
- 12
45
- 10
5-
- 8
6-
- 6
7-
- 4
86

97
jobs:
108
include:

0 commit comments

Comments
 (0)
Please sign in to comment.