Skip to content

Commit

Permalink
Merge pull request #581 from simplabs/renovate/pnpm-action-setup-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pichfl authored Apr 8, 2022
2 parents 1f8d53c + 5c42998 commit 26cb1e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.1
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node
Expand All @@ -42,7 +42,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.1
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.1
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node
Expand Down

0 comments on commit 26cb1e6

Please sign in to comment.