Skip to content

Commit 9343e68

Browse files
Copilothotlong
andcommitted
fix: remove explicit pnpm version from workflow files to use packageManager field
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent aed0563 commit 9343e68

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828

2929
- name: Install pnpm
3030
uses: pnpm/action-setup@v4
31-
with:
32-
version: 9
3331

3432
- name: Configure Git Merge Driver for pnpm-lock.yaml
3533
run: |

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616

1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v4
19-
with:
20-
version: latest
2119

2220
- name: Setup Node.js 20.x
2321
uses: actions/setup-node@v6

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818

1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v4
21-
with:
22-
version: 9
2321

2422
- name: Configure Git Merge Driver for pnpm-lock.yaml
2523
run: |

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323

2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v4
26-
with:
27-
version: latest
2826

2927
- name: Setup Node.js ${{ matrix.node-version }}
3028
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)