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 10, 2021
1 parent dee72a3 commit 3708b5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ language: node_js
matrix:
fast_finish: true
include:
- node_js: 6
- node_js: 10
env: CMD=test
- node_js: 8
- node_js: 12
env: CMD=test
- node_js: 10
- node_js: 14
env: CMD=test
- node_js: stable
env: CMD=test-browsers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"memory"
],
"engines": {
"node": ">=6"
"node": ">=10"
}
}

0 comments on commit 3708b5f

Please sign in to comment.