We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d021f commit a3c8450Copy full SHA for a3c8450
.github/workflows/ci.yml
@@ -38,10 +38,10 @@ jobs:
38
run: pnpm build
39
40
- name: Check bundle size
41
- uses: andresz1/size-limit-action@v1
+ uses: andresz1/size-limit-action@v1.8.0
42
with:
43
github_token: ${{ secrets.GITHUB_TOKEN }}
44
- skip_step: build
+ skip_step: install
45
package_manager: pnpm
46
47
# Dependabot and PRs from forks should not release canaries,
0 commit comments