mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-21 03:19:19 +08:00
chore: update deploy.yml
This commit is contained in:
parent
ca9674c4cd
commit
fc9e188572
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -17,12 +17,12 @@ jobs:
|
||||
- name: Setup Node.js 18.16.1
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: "18.16.1"
|
||||
node-version: 18.18.0
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: "8.6.3"
|
||||
version: 8.7.6
|
||||
|
||||
- name: Build
|
||||
run: pnpm install && pnpm build:prod
|
||||
|
Loading…
x
Reference in New Issue
Block a user