We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda902b commit df0948aCopy full SHA for df0948a
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js:
3
+ - '13'
4
+ - '12'
5
- '10'
- - '8'
- - '6'
package.json
@@ -9,7 +9,7 @@
9
"url": "github.com/brandon93s"
10
},
11
"engines": {
12
- "node": ">=6.0.0"
+ "node": ">=10.0.0"
13
14
"scripts": {
15
"test": "ava --verbose"
0 commit comments