chore: add nvmrc and engines of pnpm (#11157)

This commit is contained in:
neverland 2022-10-21 09:15:04 +08:00 committed by GitHub
parent 882bfb3924
commit 2c704dd0bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
lts/Gallium

View File

@ -14,6 +14,9 @@
"*.{ts,tsx,js,vue,less}": "prettier --write",
"*.{ts,tsx,js,vue}": "eslint --fix"
},
"engines": {
"pnpm": ">= 7.0.0"
},
"packageManager": "pnpm@7.11.0",
"devDependencies": {
"@vant/cli": "workspace:*",