Skip to content

Commit

Permalink
Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon93s committed Jan 19, 2020
1 parent eda902b commit df0948a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- '13'
- '12'
- '10'
- '8'
- '6'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "github.com/brandon93s"
},
"engines": {
"node": ">=6.0.0"
"node": ">=10.0.0"
},
"scripts": {
"test": "ava --verbose"
Expand Down

0 comments on commit df0948a

Please sign in to comment.