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

Commit ec94d45

Browse files
committed
Breaking: drop Node.js 8 (Level/community#98)
1 parent a809bb4 commit ec94d45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: [8, 10, 12, 14]
8+
node: [10, 12, 14, 16]
99
name: Node ${{ matrix.node }}
1010
steps:
1111
- name: Checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"storage"
4949
],
5050
"engines": {
51-
"node": ">=8.6.0"
51+
"node": ">=10.12.0"
5252
}
5353
}

0 commit comments

Comments
 (0)