mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-20 19:09:21 +08:00
ci: update node pnpm version
This commit is contained in:
parent
d77d7f7651
commit
ccdeaaeaba
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -14,15 +14,15 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup Node.js 20.10.0
|
||||
- name: Setup Node.js 20.15.1
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 20.10.0
|
||||
node-version: 20.15.1
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.11.0
|
||||
version: 9.5.0
|
||||
|
||||
- name: Build
|
||||
run: pnpm install && pnpm build:prod
|
||||
|
Loading…
x
Reference in New Issue
Block a user