We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a2a8e commit 817c30cCopy full SHA for 817c30c
.github/workflows/test.yml
@@ -7,8 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- # Node.js 10 is still supported by level-ws, but not by its devDependencies
11
- node: [12, 14, 16]
+ node: [12, 14, 16, 18]
12
name: Node ${{ matrix.node }}
13
steps:
14
- name: Checkout
package.json
@@ -38,6 +38,6 @@
38
"levelup"
39
],
40
"engines": {
41
- "node": ">=10"
+ "node": ">=12"
42
}
43
0 commit comments