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 3d1d9d7 commit f230f6b
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/[email protected].2
uses: pnpm/[email protected].1
with:
version: latest

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
with:
node-version: "12"
- name: Setup PNPM
uses: pnpm/[email protected].2
uses: pnpm/[email protected].1
with:
version: latest

Expand Down

0 comments on commit f230f6b

Please sign in to comment.