Skip to content

Commit

Permalink
Breaking: drop node 6 and 8 (Level/community#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 11, 2021
1 parent 3393c9c commit 31add56
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,9 +1,9 @@
language: node_js

node_js:
- 6
- 8
- 10
- 12
- 14

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"leveldown"
],
"engines": {
"node": ">=6"
"node": ">=10"
}
}

0 comments on commit 31add56

Please sign in to comment.