Skip to content

Commit

Permalink
Bump required version of node
Browse files Browse the repository at this point in the history
This change is due to Level/leveldown#552
  • Loading branch information
wolfy1339 committed Jun 20, 2019
1 parent bb0b021 commit bda9fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "8.3"
- "8.6"
- "lts/*"
- "node"
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "^3.5.1"
},
"engines": {
"node": ">= 8.3.0"
"node": ">= 8.6.0"
},
"standard": {
"env": [
Expand Down

0 comments on commit bda9fe4

Please sign in to comment.