Skip to content

Commit

Permalink
chore: update to pnpm/action-setup@v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed May 28, 2022
1 parent 0088643 commit a795849
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2.2.2
with:
version: 7

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2.2.2
with:
version: 7

Expand All @@ -85,7 +85,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2.2.2
with:
version: 7

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2.2.2
with:
version: 7

Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2.2.2
with:
version: 7

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2.2.2
with:
version: 7

Expand Down

0 comments on commit a795849

Please sign in to comment.