Skip to content

Commit 51fd5a7

Browse files
authored
Merge pull request #156 from Turbo87/node-10
Drop support for Node 6 and 8
2 parents cd5483f + aca5c8c commit 51fd5a7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "8"
53
- "10"
64
- "12"
5+
- "13"
76

87
cache: yarn
98

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"homepage": "https://github.com/cli-table/cli-table3",
6161
"engines": {
62-
"node": ">=6"
62+
"node": "10.* || >= 12.*"
6363
},
6464
"changelog": {
6565
"repo": "cli-table/cli-table3",

0 commit comments

Comments
 (0)