Skip to content

Commit c0f697a

Browse files
committed
try using later version
1 parent a5d3b32 commit c0f697a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/size.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
CI_JOB_NUMBER: 1
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: andresz1/size-limit-action@v1
10+
- uses: andresz1/size-limit-action@v1.5.0
1111
with:
1212
directory: packages/toolkit
1313
github_token: ${{ secrets.GITHUB_TOKEN }}
1414
build_script: build-only
15+
package_manager: yarn

0 commit comments

Comments
 (0)