mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
⚡ 升级到 vite 5
This commit is contained in:
parent
b40aa6705e
commit
9ac2d48b07
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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:
|
||||
|
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node-version: [16.x]
|
||||
node-version: [18.x]
|
||||
npm-client: [npm]
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user