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 fbd4a77 commit 3dc9725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ runs:
- name: install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 8.6.0

- name: Install deps
uses: cypress-io/github-action@v5
with:
runTests: false
runTests: false

0 comments on commit 3dc9725

Please sign in to comment.