Skip to content

Commit b956a55

Browse files
committed
fix: upgrade node version to 24.x for vercel compatibility
1 parent 294ac7e commit b956a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"type": "module",
66
"engines": {
7-
"node": "18.x"
7+
"node": "24.x"
88
},
99
"scripts": {
1010
"dev": "vite",

0 commit comments

Comments
 (0)