Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Breaking: drop node 8 (Level/community#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 17, 2021
1 parent 7cb4c10 commit 05aefaa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ language: node_js

jobs:
include:
- os: linux
node_js: 8
- os: linux
node_js: 10
- os: linux
node_js: 12
- os: linux
node_js: 14
- os: linux
node_js: node
env: [TEST_ELECTRON=1, BUILD_CMD=prebuild-linux, BUILD_GROUP=linux-x64]
Expand All @@ -16,10 +18,12 @@ jobs:
before_script:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- os: osx
node_js: 8
- os: osx
node_js: 10
- os: osx
node_js: 12
- os: osx
node_js: 14
- os: osx
node_js: node
env: [TEST_ELECTRON=1, BUILD_CMD=prebuild, BUILD_GROUP=darwin-x64]
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 @@ -68,6 +68,6 @@
"level"
],
"engines": {
"node": ">=8.6.0"
"node": ">=10.12.0"
}
}

0 comments on commit 05aefaa

Please sign in to comment.