Skip to content

Commit 98f7613

Browse files
committed
Match AVA 4 supported Node.js versions
1 parent f0b1b58 commit 98f7613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [^10.18.0, ^12.14.0, ^14]
16+
node-version: [^12.22, ^14.17, ^16.4]
1717
steps:
1818
- uses: actions/checkout@v1
1919
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": "avajs/eslint-plugin-ava",
77
"engines": {
8-
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14"
8+
"node": ">=12.22 <13 || >=14.17 <15 || >=16.4"
99
},
1010
"scripts": {
1111
"test": "xo && c8 ava",

0 commit comments

Comments
 (0)