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 a5d3b32 commit c0f697aCopy full SHA for c0f697a
.github/workflows/size.yml
@@ -7,8 +7,9 @@ jobs:
7
CI_JOB_NUMBER: 1
8
steps:
9
- uses: actions/checkout@v2
10
- - uses: andresz1/size-limit-action@v1
+ - uses: andresz1/size-limit-action@v1.5.0
11
with:
12
directory: packages/toolkit
13
github_token: ${{ secrets.GITHUB_TOKEN }}
14
build_script: build-only
15
+ package_manager: yarn
0 commit comments