Skip to content

Commit 3984db8

Browse files
committed
pnpm 10.15.1 -> 10.16.0
1 parent 58a54ba commit 3984db8

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.15.1
24+
version: 10.16.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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v4
2626
with:
27-
version: 10.15.1
27+
version: 10.16.0
2828
run_install: false
2929
- name: Setup Node.js
3030
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.15.1"
72+
"packageManager": "pnpm@10.16.0"
7373
}

0 commit comments

Comments
 (0)