Skip to content

Commit 98a1830

Browse files
committedAug 31, 2024
fix(vuepress): update required node version
1 parent 1591787 commit 98a1830

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
 

‎package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,5 @@
5656
"vitest": "^2.0.5",
5757
"vue-tsc": "^2.0.29"
5858
},
59-
"packageManager": "pnpm@9.9.0",
60-
"engines": {
61-
"node": ">=18.16.0"
62-
}
59+
"packageManager": "pnpm@9.9.0"
6360
}

‎packages/vuepress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
},
7373
"engines": {
74-
"node": ">=18.16.0"
74+
"node": "^18.19.0 || >=20.4.0"
7575
},
7676
"tsup": {
7777
"clean": true,

0 commit comments

Comments
 (0)
Please sign in to comment.