Skip to content

Commit 6d2414a

Browse files
committed
feat: adjust Node constraints to match eslint-plugin-jest (#235)
BREAKING CHANGE: Versions of Node v18 up to 18.11.x are no longer supported
1 parent c654fab commit 6d2414a

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
@@ -123,6 +123,6 @@
123123
},
124124
"packageManager": "[email protected]",
125125
"engines": {
126-
"node": "^16.10.0 || >=18.0.0"
126+
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
127127
}
128128
}

0 commit comments

Comments
 (0)