Skip to content

Commit a3c8450

Browse files
committed
Update size-limit-action
1 parent 35d021f commit a3c8450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
run: pnpm build
3939

4040
- name: Check bundle size
41-
uses: andresz1/size-limit-action@v1
41+
uses: andresz1/size-limit-action@v1.8.0
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
skip_step: build
44+
skip_step: install
4545
package_manager: pnpm
4646

4747
# Dependabot and PRs from forks should not release canaries,

0 commit comments

Comments
 (0)