mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-21 03:19:19 +08:00
chore: node version 18.x
This commit is contained in:
parent
9ff017e73a
commit
ed1748a111
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 16.17.0
|
||||
- name: Setup Node.js 18.16.1
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: "16.17.0"
|
||||
node-version: "18.16.1"
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: "8.6.2"
|
||||
version: "8.6.3"
|
||||
|
||||
- name: Build
|
||||
run: pnpm install && pnpm build:prod
|
||||
|
Loading…
x
Reference in New Issue
Block a user