Skip to content

Commit 36e78c1

Browse files
authored
Upgrade pnpm to 10.14.0 (#347)
1 parent 8c4e116 commit 36e78c1

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.13.1
24+
version: 10.14.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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v4
2222
with:
23-
version: 10.13.1
23+
version: 10.14.0
2424
run_install: false
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
"verdaccio": "^6.1.5",
7070
"vitest": "^3.2.4"
7171
},
72-
"packageManager": "pnpm@10.13.1"
72+
"packageManager": "pnpm@10.14.0"
7373
}

0 commit comments

Comments
 (0)