Skip to content

Commit

Permalink
Upgrade pnpm v7 -> v8 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsgrd committed Aug 17, 2023
1 parent 72ff39a commit 068a8c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7.x.x
version: 8
run_install: |
args: ["--frozen-lockfile"]
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7.x.x
version: 8
run_install: |
args: ["--frozen-lockfile"]
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7.x.x
version: 8
run_install: |
args: ["--frozen-lockfile"]
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.x.x
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
if: ${{ steps.changes.outputs.rust == 'true' }}
uses: pnpm/action-setup@v2
with:
version: 7.x.x
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit 068a8c4

Please sign in to comment.