Skip to content

Commit 7e39db2

Browse files
authored
tighten engines.node to match jest@30 minimum requirement
1 parent 9922b24 commit 7e39db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"exports": "./index.js",
77
"engines": {
8-
"node": ">=18"
8+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
99
},
1010
"directories": {
1111
"test": "test"

0 commit comments

Comments
 (0)