Skip to content

Commit 8b074e5

Browse files
authored
fix(#860): make node version requirement less strict (#865)
1 parent ebfa9c5 commit 8b074e5

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
@@ -11,7 +11,7 @@
1111
},
1212
"engines": {
1313
"pnpm": ">=9.4.0",
14-
"node": ">=22.3.0"
14+
"node": ">=20"
1515
},
1616
"exports": {
1717
".": {

0 commit comments

Comments
 (0)