8000 chore: base template align node version with vite 7 · vuejs/create-vue@a3f973c · GitHub
[go: up one dir, main page]

Skip to content

Commit a3f973c

Browse files
committed
chore: base template align node version with vite 7
1 parent a9e76b0 commit a3f973c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/base/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"private": true,
33
"type": "module",
4+
"engines": {
5+
"node": "^20.19.0 || >=22.12.0"
6+
},
47
"scripts": {
58
"dev": "vite",
69
"build": "vite build",

0 commit comments

Comments
 (0)
0