Skip to content

Commit a74533e

Browse files
committed
chore: fix pnpm installation for bumper
1 parent 78587fd commit a74533e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
version: latest
5454

5555
- name: Install dependencies
56-
run: pnpm install --only=dev --ignore-scripts
56+
run: pnpm install
5757

5858
# - name: Format ✨
5959
# run: pnpm test.format

.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

@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: "12"
4747
- name: Setup PNPM
48-
uses: pnpm/action-setup@v1.2.2
48+
uses: pnpm/action-setup@v1.2.1
4949
with:
5050
version: latest
5151

0 commit comments

Comments
 (0)