Skip to content

Commit

Permalink
fix: pnpm in git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mari1912 committed Jul 4, 2024
1 parent 1d3be64 commit 9bba746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
path: ./dashboard/node_modules

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9

Expand All @@ -60,7 +60,7 @@ jobs:
path: ./dashboard/node_modules

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
path: ./dashboard/node_modules

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9

Expand Down

0 comments on commit 9bba746

Please sign in to comment.