基座应用 umi3,子应用 umi4,二者均使用 @umijs/plugin-qiankun 是否有不兼容的风险? #397
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Outdated Version Action | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
outdated-version: | |
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/version') | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: install | |
run: yarn --ignore-engines | |
- name: outdated version | |
uses: ycjcl868/outdated-version-action@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |