Skip to content

Commit e48a620

Browse files
authored
Update engines.node to match real compatibility (#2581)
1 parent 988394c commit e48a620

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
@@ -17,7 +17,7 @@
1717
},
1818
"sideEffects": false,
1919
"engines": {
20-
"node": ">=18.18"
20+
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
2121
},
2222
"scripts": {
2323
"bundle-lodash": "echo export {defaultsDeep, camelCase, kebabCase, snakeCase, upperFirst, lowerFirst} from 'lodash-es'; | npx esbuild --bundle --outfile=rules/utils/lodash.js --format=esm",

0 commit comments

Comments
 (0)