Skip to content

Commit

Permalink
Update pnpm in size action
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Feb 15, 2025
1 parent 1556d28 commit e5819fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4
with:
version: 7
version: 9
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e5819fb

Please sign in to comment.