chore: upgrade the vite version to 5.x
This commit is contained in:
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 18.18.2
|
||||
- name: Setup Node.js 20.10.0
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 18.18.2
|
||||
node-version: 20.10.0
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.10.2
|
||||
version: 8.11.0
|
||||
|
||||
- name: Build
|
||||
run: pnpm install && pnpm build:prod
|
||||
|
||||
Reference in New Issue
Block a user