Skip to content

Commit

Permalink
build(ci): 🔧 pnpm action setup v3 for node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Mar 19, 2024
1 parent 85282ed commit ae50406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 20

- name: Install pnpm 👀
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
id: pnpm-install
with:
version: 8
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
node-version: 20

- name: Install pnpm 👀
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
id: pnpm-install
with:
version: 8
Expand Down

0 comments on commit ae50406

Please sign in to comment.