Skip to content

Commit 6addf1f

Browse files
committed
fix: raise engines.node to >=22.12.0 for Vite 8
Vite 8.0.16 requires Node ^20.19 or >=22.12; the previous >=22 floor incorrectly advertised early 22.x support.
1 parent f2e483e commit 6addf1f

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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"type": "module",
88
"engines": {
9-
"node": ">=22"
9+
"node": ">=22.12.0"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)