Skip to content

Commit

Permalink
ci: 忽略typescript和yarn的版本不匹配导致的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Nov 2, 2024
1 parent 6143eb4 commit b65fa22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-xlarge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- run: YARN_ENABLE_IMMUTABLE_INSTALLS=false npm run install:ci
if: ${{ always() }}

- run: npm run build:ci

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- run: YARN_ENABLE_IMMUTABLE_INSTALLS=false npm run install:ci
if: ${{ always() }}

- run: npm run build:ci

Expand Down

0 comments on commit b65fa22

Please sign in to comment.