fix: size-limit (install was skipped)

This commit is contained in:
fryorcraken.eth 2022-08-03 21:10:25 +10:00 committed by fryorcraken.eth
parent eeb501d35f
commit 548cb5b20f
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1
- uses: fryorcraken/size-limit-action@v2
with:
skip_step: build # Done in the package.json script
skip_build: true # Done in the package.json script
github_token: ${{ secrets.GITHUB_TOKEN }}