Skip to content

Commit 9b45714

Browse files
committed
Attempt to fix size-limit action
1 parent 6f8c0b2 commit 9b45714

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/size.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ jobs:
66
env:
77
CI_JOB_NUMBER: 1
88
steps:
9-
- uses: actions/checkout@v1
10-
- uses: andresz1/size-limit-action@v1
9+
- uses: actions/checkout@v4
10+
- uses: andresz1/size-limit-action@v1.8.0
1111
with:
1212
github_token: ${{ secrets.GITHUB_TOKEN }}
13+
script: yarn run size --json

0 commit comments

Comments
 (0)