Skip to content

Commit

Permalink
Drop Node.js 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Jan 13, 2020
1 parent ca3c555 commit 2cba3e1
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
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 8
- 10
- 12
- 13
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"graph"
],
"engines": {
"node": ">=8.x.x"
"node": ">=10.x.x"
},
"main": "./lib/api",
"bin": {
Expand Down

0 comments on commit 2cba3e1

Please sign in to comment.