This commit is contained in:
jinmao88 2023-08-10 10:47:16 +08:00
parent 1108d78a06
commit 244eeb18aa
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 8.1
run_install: false
- name: use Node.js 16

View File

@ -146,9 +146,9 @@
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^1.8.4"
},
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@8.1.0",
"engines": {
"node": ">=16.15.1",
"pnpm": ">=8.2.0"
"pnpm": ">=8.1.0"
}
}