We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1591787 commit 98a1830Copy full SHA for 98a1830
package.json
@@ -56,8 +56,5 @@
56
"vitest": "^2.0.5",
57
"vue-tsc": "^2.0.29"
58
},
59
- "packageManager": "pnpm@9.9.0",
60
- "engines": {
61
- "node": ">=18.16.0"
62
- }
+ "packageManager": "pnpm@9.9.0"
63
}
packages/vuepress/package.json
@@ -71,7 +71,7 @@
71
72
73
"engines": {
74
+ "node": "^18.19.0 || >=20.4.0"
75
76
"tsup": {
77
"clean": true,
0 commit comments