Skip to content

Commit a715116

Browse files
committed
chore: fix pnpm installation for bumper
1 parent a4681af commit a715116

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump_deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: "12"
1515
- name: Setup PNPM
16-
uses: pnpm/action-setup@v1.2.2
16+
uses: pnpm/action-setup@v1.2.1
1717
with:
1818
version: latest
1919

@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: "12"
4949
- name: Setup PNPM
50-
uses: pnpm/action-setup@v1.2.2
50+
uses: pnpm/action-setup@v1.2.1
5151
with:
5252
version: latest
5353

0 commit comments

Comments
 (0)