Skip to content

Commit

Permalink
Add pnpm to size check action
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Jul 8, 2022
1 parent ef68601 commit 9da3b6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ jobs:
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 7
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9da3b6e

Please sign in to comment.