mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore(project): constrain node version for dev (#3672)
This commit is contained in:
parent
d4dde9df96
commit
38fdbf710d
@ -6,8 +6,11 @@
|
||||
"play",
|
||||
"docs"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 16"
|
||||
},
|
||||
"scripts": {
|
||||
"cz": "pnpm exec git-cz",
|
||||
"cz": "git-cz",
|
||||
"test": "jest",
|
||||
"dev": "pnpm -C play dev",
|
||||
"gen": "bash ./scripts/gc.sh",
|
||||
|
Loading…
Reference in New Issue
Block a user