Skip to content

Commit 6cc876d

Browse files
committed
Replace size action
1 parent 5a05a41 commit 6cc876d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/size.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
install-command: yarn install --ignore-engines
2121

22-
- uses: andresz1/size-limit-action@v1
22+
- uses: preactjs/compressed-size-action@v2
2323
with:
24-
skip_step: install
25-
github_token: ${{ secrets.GITHUB_TOKEN }}
24+
repo-token: '${{ secrets.GITHUB_TOKEN }}'
25+
pattern: "**/dist/**/*.?(m)js"

0 commit comments

Comments
 (0)