mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macOS-latest, ubuntu-latest]
|
os: [windows-latest, macOS-latest, ubuntu-latest]
|
||||||
node-version: [16.x]
|
node-version: [18.x]
|
||||||
npm-client: [npm, yarn, pnpm]
|
npm-client: [npm, yarn, pnpm]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
node-version: [16.x]
|
node-version: [18.x]
|
||||||
npm-client: [npm]
|
npm-client: [npm]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user