Skip to content

Commit 3e3ee41

Browse files
committed
fix: vercel CI fix to upgarde node ver 24
1 parent aa28861 commit 3e3ee41

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
@@ -106,6 +106,6 @@
106106
]
107107
},
108108
"engines": {
109-
"node": ">=20.9.0"
109+
"node": ">=20.9.0 <23"
110110
}
111111
}

0 commit comments

Comments
 (0)