Skip to content

Commit f0ae5d6

Browse files
committed
Try updating size action
1 parent 9b2029a commit f0ae5d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/size.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2-beta
1212
with:
1313
fetch-depth: 1
14-
- uses: preactjs/compressed-size-action@v1
14+
- uses: preactjs/compressed-size-action@v2
1515
with:
1616
repo-token: '${{ secrets.GITHUB_TOKEN }}'
17+
pattern: '{dist,es,lib}/**/*.js,'

0 commit comments

Comments
 (0)