Skip to content

Commit

Permalink
Drop node < 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jun 8, 2019
1 parent c0e31f9 commit cbe000a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: node_js

node_js:
- 6
- 8
- 10

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"storage"
],
"engines": {
"node": ">=6"
"node": ">=8.6.0"
}
}

0 comments on commit cbe000a

Please sign in to comment.