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 beb6f67 commit ae194efCopy full SHA for ae194ef
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node: [10, 12, 14]
+ node: [12, 14, 16]
9
name: Node ${{ matrix.node }}
10
steps:
11
- name: Checkout
package.json
@@ -45,6 +45,6 @@
45
"level"
46
],
47
"engines": {
48
- "node": ">=10"
+ "node": ">=12"
49
}
50
0 commit comments