Skip to content

⚡ 升级到 vite 5 node 版本最低需要 18.0.0 #8

⚡ 升级到 vite 5 node 版本最低需要 18.0.0

⚡ 升级到 vite 5 node 版本最低需要 18.0.0 #8

Workflow file for this run

name: 同步代码
on:
push:
branches: [ master,jdk17 ]
pull_request:
branches: [ master,jdk17 ]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@master #同步至 gitee
env:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
with:
source-repo: "git@github.com:pig-mesh/pig-ui.git"
destination-repo: "git@gitee.com:log4j/pig-ui.git"