Skip to content

Commit

Permalink
ci: update to pnpm/action-setup@v2.2.2 (faker-js#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored and Minozzzi committed Jul 19, 2022
1 parent 27cb236 commit 9cd0042
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 9cd0042

Please sign in to comment.