Skip to content

Commit

Permalink
latest pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh committed Aug 28, 2024
1 parent b8bc21e commit 25ce6f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.6
version: 9.6.0
- name: Setup node
uses: actions/setup-node@v2
with:
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.6
version: 9.6.0
- name: Setup node
uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.6
version: 9.6.0

- name: Setup node@16
uses: actions/setup-node@v2
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
if: matrix.folder != 'next-13-app-dir' || matrix.os != 'windows-latest'
uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.6
version: 9.6.0

- name: Setup node@18
if: matrix.folder != 'next-13-app-dir' || matrix.os != 'windows-latest'
Expand Down

0 comments on commit 25ce6f9

Please sign in to comment.