Skip to content

Commit df0948a

Browse files
committed
Bump node version
1 parent eda902b commit df0948a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3+
- '13'
4+
- '12'
35
- '10'
4-
- '8'
5-
- '6'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "github.com/brandon93s"
1010
},
1111
"engines": {
12-
"node": ">=6.0.0"
12+
"node": ">=10.0.0"
1313
},
1414
"scripts": {
1515
"test": "ava --verbose"

0 commit comments

Comments
 (0)