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 420c862 commit da74ba6Copy full SHA for da74ba6
.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, ^13.5.0]
+ node-version: [^10.18.0, ^12.14.0, ^14]
17
steps:
18
- uses: actions/checkout@v1
19
with:
@@ -34,7 +34,7 @@ jobs:
34
fetch-depth: 1
35
- uses: actions/setup-node@v1
36
37
- node-version: ^12.14.0
+ node-version: ^14
38
- run: npm install --no-audit
39
- run: npm run integration
40
- uses: codecov/codecov-action@v1
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 || >=13.5.0"
+ "node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14"
9
},
10
"scripts": {
11
"test": "xo && nyc ava",
0 commit comments