Skip to content

Commit 5803195

Browse files
Copilothuangyiirene
andcommitted
Fix CI: Update pnpm version from 8 to 10 in all workflows
Co-authored-by: huangyiirene <[email protected]>
1 parent ca3495a commit 5803195

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 8
24+
version: 10
2525

2626
- name: Setup Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v4
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup pnpm
5757
uses: pnpm/action-setup@v4
5858
with:
59-
version: 8
59+
version: 10
6060

6161
- name: Setup Node.js
6262
uses: actions/setup-node@v4
@@ -81,7 +81,7 @@ jobs:
8181
- name: Setup pnpm
8282
uses: pnpm/action-setup@v4
8383
with:
84-
version: 8
84+
version: 10
8585

8686
- name: Setup Node.js
8787
uses: actions/setup-node@v4

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 8
21+
version: 10
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup pnpm
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 8
25+
version: 10
2626

2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This project is a Monorepo managed by **TurboRepo** and **pnpm**.
113113
### Prerequisites
114114

115115
* Node.js 18+
116-
* pnpm 8+
116+
* pnpm 10+
117117

118118
### Setup
119119

0 commit comments

Comments
 (0)