Skip to content

Commit

Permalink
ci: add pnpm setup to size-limit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 24, 2024
1 parent b8cffbe commit d8134d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
fetch-depth: 0
persist-credentials: false

- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
version: 8

- name: Size Limit
uses: andresz1/size-limit-action@v1
with:
Expand Down

0 comments on commit d8134d6

Please sign in to comment.