mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 17:50:25 +08:00
fix(ci): update use pnpm version for deploy
This commit is contained in:
parent
64b9696eee
commit
83455a07a0
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -72,10 +72,10 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
version: 9
|
||||
run_install: false
|
||||
|
||||
- name: use Node.js 16
|
||||
- name: use Node.js 20
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20.x'
|
||||
|
Loading…
Reference in New Issue
Block a user