We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd5483f + aca5c8c commit 51fd5a7Copy full SHA for 51fd5a7
.travis.yml
@@ -1,9 +1,8 @@
1
language: node_js
2
node_js:
3
- - "6"
4
- - "8"
5
- "10"
6
- "12"
+ - "13"
7
8
cache: yarn
9
package.json
@@ -59,7 +59,7 @@
59
},
60
"homepage": "https://github.com/cli-table/cli-table3",
61
"engines": {
62
- "node": ">=6"
+ "node": "10.* || >= 12.*"
63
64
"changelog": {
65
"repo": "cli-table/cli-table3",
0 commit comments