Skip to content

Commit 1a32705

Browse files
chore(deps): update pnpm to v10.14.0
1 parent 6b61777 commit 1a32705

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: pnpm/action-setup@v2
2020
name: Install pnpm
2121
with:
22-
version: 9
22+
version: 10
2323
run_install: false
2424

2525
- name: Get pnpm store directory

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: pnpm/action-setup@v2
3333
name: Install pnpm
3434
with:
35-
version: 9
35+
version: 10
3636
run_install: false
3737

3838
- name: Get pnpm store directory

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "reading-vuejs-core-vapor",
33
"version": "1.0.0",
44
"author": "ubugeeei",
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.14.0",
66
"type": "module",
77
"license": "ISC",
88
"scripts": {

0 commit comments

Comments
 (0)