Skip to content

Commit

Permalink
chore: update pnpm version for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
billgil committed Oct 16, 2023
1 parent 1d3d49a commit a41bbe7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7.11.0
version: 8.7.0

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7.28.0
version: 8.7.0

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7.11.0
version: 8.7.0

- uses: andresz1/size-limit-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7.11.0
version: 8.7.0

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit a41bbe7

Please sign in to comment.