Skip to content

Commit 8f015c2

Browse files
committed
chore: fix pnpm installation for bumper
1 parent 9baadd3 commit 8f015c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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/[email protected].2
16+
uses: pnpm/[email protected].1
1717
with:
1818
version: latest
1919

@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: "12"
4747
- name: Setup PNPM
48-
uses: pnpm/[email protected].2
48+
uses: pnpm/[email protected].1
4949
with:
5050
version: latest
5151

0 commit comments

Comments
 (0)