Skip to content

Commit

Permalink
fix: change pnpm version due to bug resolution (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
herrardo authored Sep 1, 2023
1 parent fed0b5e commit 54aa15b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- name: install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.0
version: 8

- name: Install deps
uses: cypress-io/github-action@v5
Expand Down
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.6.0
version: 8

- 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.6.0
version: 8

- 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.6.0
version: 8

- name: install dependencies
run: pnpm install
Expand Down

0 comments on commit 54aa15b

Please sign in to comment.