Skip to content

Commit 69e020c

Browse files
Copilothuangyiirene
andcommitted
fix: specify pnpm version in all workflows for consistency
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent c08d099 commit 69e020c

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4
29+
with:
30+
version: 10.28.0
2931

3032
- name: Get pnpm store directory
3133
shell: bash
@@ -73,6 +75,8 @@ jobs:
7375

7476
- name: Install pnpm
7577
uses: pnpm/action-setup@v4
78+
with:
79+
version: 10.28.0
7680

7781
- name: Get pnpm store directory
7882
shell: bash

.github/workflows/docs.yml

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

3636
- name: Install pnpm
3737
uses: pnpm/action-setup@v4
38+
with:
39+
version: 10.28.0
3840

3941
- name: Get pnpm store directory
4042
shell: bash

.github/workflows/lint.yml

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

2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4
29+
with:
30+
version: 10.28.0
2931

3032
- name: Get pnpm store directory
3133
shell: bash

.github/workflows/pr-automation.yml

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

6868
- name: Install pnpm
6969
uses: pnpm/action-setup@v4
70+
with:
71+
version: 10.28.0
7072

7173
- name: Install dependencies
7274
run: pnpm install --frozen-lockfile

.github/workflows/validate-deps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v4
32+
with:
33+
version: 10.28.0
3234

3335
- name: Verify lockfile is up to date
3436
run: |
@@ -60,6 +62,8 @@ jobs:
6062

6163
- name: Install pnpm
6264
uses: pnpm/action-setup@v4
65+
with:
66+
version: 10.28.0
6367

6468
- name: Install dependencies
6569
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)