Skip to content

Commit

Permalink
chore: 修复 ci 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Nov 24, 2023
1 parent a2645f7 commit 8a02274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: yarn build

- name: Bundle size limit
run: yarn size-limit
run: yarn build:size-limit
env:
CI: true
BUNDLESIZE_GITHUB_TOKEN: ${{ secrets.BUNDLESIZE_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: yarn

- uses: andresz1/size-limit-action@v1
- uses: andresz1/size-limit-action@v1.7.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: build:umd
Expand Down

0 comments on commit 8a02274

Please sign in to comment.