Skip to content

Commit c9fb39c

Browse files
authored
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 4fb445a commit c9fb39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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)