Skip to content

Commit

Permalink
fix: change pnpm version due to pnpm bug
Browse files Browse the repository at this point in the history
  • Loading branch information
herrardo committed Aug 28, 2023
1 parent 3dc9725 commit fa663ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 8.6.0

- name: install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 8.6.0

- name: install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 8.6.0

- name: install dependencies
run: pnpm install
Expand Down

0 comments on commit fa663ca

Please sign in to comment.