Skip to content

Commit 04dc6ef

Browse files
committed
chore: allow older versions of Node.js to run the code without warning
1 parent d46222f commit 04dc6ef

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
@@ -7,7 +7,7 @@
77
"email": "[email protected]"
88
},
99
"engines": {
10-
"node": "23"
10+
"node": ">= 18"
1111
},
1212
"main": "dist/src/lib",
1313
"types": "dist/src/lib/index.d.ts",

0 commit comments

Comments
 (0)