Skip to content

Commit 078ab38

Browse files
authored
Upgrade pnpm to 10.22.0 (#669)
1 parent 3a58b2f commit 078ab38

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.20.0
24+
version: 10.22.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.20.0
43+
version: 10.22.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
@@ -73,5 +73,5 @@
7373
"verdaccio": "^6.2.1",
7474
"vitest": "^3.2.4"
7575
},
76-
"packageManager": "pnpm@10.20.0"
76+
"packageManager": "pnpm@10.22.0"
7777
}

0 commit comments

Comments
 (0)