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

Commit ab713d1

Browse files
committed
Breaking: drop Node.js 6 and 8
1 parent 60bd660 commit ab713d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: [6, 8, 10]
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
@@ -50,6 +50,6 @@
5050
"level"
5151
],
5252
"engines": {
53-
"node": ">=6"
53+
"node": ">=10"
5454
}
5555
}

0 commit comments

Comments
 (0)