Skip to content

Commit 8bd29f7

Browse files
committed
fix: lower engines requirements to ease usage for consumers
1 parent d1c9db3 commit 8bd29f7

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
@@ -33,7 +33,7 @@
3333
"./*": "./src/*"
3434
},
3535
"engines": {
36-
"node": ">=20.0.0"
36+
"node": ">=18.0.0"
3737
},
3838
"scripts": {
3939
"prepare": "husky install",

0 commit comments

Comments
 (0)