Template
1
0
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:
pany 2023-09-28 09:55:12 +08:00
parent ca9674c4cd
commit fc9e188572

View File

@ -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