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 39e3ca3 commit 8502b34
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ language: node_js
jobs:
include:
- os: linux
node_js: 8
node_js: 10
env: [TEST=1]
- os: linux
node_js: 10
node_js: 12
env: [TEST=1]
- os: linux
node_js: 14
env: [TEST=1]
- os: linux
node_js: node
Expand All @@ -19,10 +22,13 @@ jobs:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- os: osx
node_js: 8
node_js: 10
env: [TEST=1]
- os: osx
node_js: 10
node_js: 12
env: [TEST=1]
- os: osx
node_js: 14
env: [TEST=1]
- os: osx
node_js: node
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ skip_branch_with_pr: true

environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "Current"

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

0 comments on commit 8502b34

Please sign in to comment.