Skip to content

Commit 24d2edb

Browse files
committed
BREAKING CHANGE(eslint-config-jest): Drop support for Node.js v14
* @see: https://nodejs.dev/en/about/releases/ refs #130
1 parent 6e609e4 commit 24d2edb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/eslint-config-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"access": "public"
1616
},
1717
"engines": {
18-
"node": "^14 || >=16"
18+
"node": "^16 || ^18 || >=20"
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)