Skip to content

Commit a08cc9c

Browse files
authored
Upgrade pnpm to 10.20.0 (#626)
1 parent 8c93873 commit a08cc9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 10.19.0
24+
version: 10.20.0
2525
run_install: false
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install pnpm
4141
uses: pnpm/action-setup@v4
4242
with:
43-
version: 10.19.0
43+
version: 10.20.0
4444
run_install: false
4545
- name: Setup Node.js
4646
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@
7171
"verdaccio": "^6.2.1",
7272
"vitest": "^3.2.4"
7373
},
74-
"packageManager": "pnpm@10.19.0"
74+
"packageManager": "pnpm@10.20.0"
7575
}

0 commit comments

Comments
 (0)