This commit is contained in:
jinmao88 2023-08-10 11:14:34 +08:00
parent befb508f7a
commit 8a27f5f277
2 changed files with 3 additions and 3 deletions

View File

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

View File

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