Skip to content

Commit

Permalink
chore: fix pnpm installation for bumper
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 23, 2021
1 parent f03f015 commit 8252d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: "12"
- name: Setup PNPM
uses: pnpm/action-setup@v1.2.2
uses: pnpm/action-setup@v1.2.1
with:
version: latest

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
with:
node-version: "12"
- name: Setup PNPM
uses: pnpm/action-setup@v1.2.2
uses: pnpm/action-setup@v1.2.1
with:
version: latest

Expand Down

0 comments on commit 8252d19

Please sign in to comment.