chore: upgrade the vite version to 5.x

This commit is contained in:
pany
2023-12-02 14:40:55 +08:00
parent 16f2e1ad2f
commit 3810f269bf
6 changed files with 961 additions and 749 deletions

View File

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