升级到 vite 5

This commit is contained in:
如梦技术 2024-07-10 10:38:57 +08:00
parent b40aa6705e
commit 9ac2d48b07
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
node-version: [16.x]
node-version: [18.x]
npm-client: [npm, yarn, pnpm]
steps:

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
node-version: [18.x]
npm-client: [npm]
steps: