Skip to content

Commit 8eebd2a

Browse files
chore: specify the correct node requirements
1 parent fd3f2a4 commit 8eebd2a

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
@@ -74,6 +74,6 @@
7474
"zod": "^3.25.76"
7575
},
7676
"engines": {
77-
"node": ">=20.19.0"
77+
"node": "^20.19.0 || ^22.12.0 || >= 23.0.0"
7878
}
7979
}

0 commit comments

Comments
 (0)