Skip to content

Commit deeddf1

Browse files
committed
BREAKING CHANGE(eslint-config-graphql): Drop support for Node.js v16 and v18
refs #191
1 parent 017481b commit deeddf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/lmc-eu/code-quality-tools/issues"
2121
},
2222
"engines": {
23-
"node": "^16 || ^18 || >=20"
23+
"node": ">=20"
2424
},
2525
"publishConfig": {
2626
"access": "public"

0 commit comments

Comments
 (0)