Skip to content

Commit

Permalink
feat(core): update pnpm/action-setup to v4 in ci-workflow generator (#…
Browse files Browse the repository at this point in the history
…26838)

I just created a new nx monorepo with pnpm and in the github.ci file it
uses pnpm/action-setup@v2.
I ran into the following issue
pnpm/action-setup#136 and updating to
pnpm/action-setup@v4 solved the issue for me

---------

Co-authored-by: Jan-Niklas Wortmann <[email protected]>
Co-authored-by: Miroslav Jonaš <[email protected]>
(cherry picked from commit 9faeddc)
  • Loading branch information
niklas-wortmann authored and FrozenPandaz committed Jul 24, 2024
1 parent 3e2bd41 commit 82a7685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ jobs:
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
Expand Down Expand Up @@ -964,7 +964,7 @@ jobs:
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
Expand Down Expand Up @@ -2214,7 +2214,7 @@ jobs:
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
Expand Down Expand Up @@ -2261,7 +2261,7 @@ jobs:
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
<% if(packageManager == 'pnpm'){ %>
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
<% } %>
Expand Down

0 comments on commit 82a7685

Please sign in to comment.