Skip to content

Commit 4460779

Browse files
committed
chore(eslint-config-graphql)!: drop support for Node.js v16 and v18
BREAKING CHANGE: Node.js v16 and v18 are no longer supported refs #191
1 parent 39a8dec commit 4460779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)