Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Nov 21, 2023
1 parent 310681a commit 388932e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 8.6.9
version: 8.8.0

- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.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.1.0
version: 8.8.0

- name: Cache PNPM dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 388932e

Please sign in to comment.