Skip to content

Commit 0520901

Browse files
chore(deps): update pnpm to v10
1 parent 33d1bae commit 0520901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212
- uses: pnpm/action-setup@v2
1313
with:
14-
version: 8
14+
version: 10.14.0
1515
- name: Setup Node
1616
uses: actions/setup-node@v4
1717
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"vite": "^7.0.2",
2121
"vitest": "^3.0.4"
2222
},
23-
"packageManager": "pnpm@9.15.4"
23+
"packageManager": "pnpm@10.14.0"
2424
}

0 commit comments

Comments
 (0)