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 f0b1b58 commit 98f7613Copy full SHA for 98f7613
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- node-version: [^10.18.0, ^12.14.0, ^14]
+ node-version: [^12.22, ^14.17, ^16.4]
17
steps:
18
- uses: actions/checkout@v1
19
with:
package.json
@@ -5,7 +5,7 @@
5
"license": "MIT",
6
"repository": "avajs/eslint-plugin-ava",
7
"engines": {
8
- "node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14"
+ "node": ">=12.22 <13 || >=14.17 <15 || >=16.4"
9
},
10
"scripts": {
11
"test": "xo && c8 ava",
0 commit comments