Skip to content

Commit 843f4d3

Browse files
committed
Track AVA's supported Node.js versions
1 parent 2465562 commit 843f4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": ">=8"
8+
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0"
99
},
1010
"scripts": {
1111
"test": "xo && nyc ava",

0 commit comments

Comments
 (0)