Skip to content

Commit a7bdb4b

Browse files
Update pnpm to v10
1 parent 6b116f2 commit a7bdb4b

File tree

4 files changed

+5144
-3724
lines changed

4 files changed

+5144
-3724
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: pnpm/action-setup@v2
2020
with:
21-
version: 7
21+
version: 10
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@v4
2424
with:
@@ -42,7 +42,7 @@ jobs:
4242
run: git fetch --unshallow --tags
4343
- uses: pnpm/action-setup@v2
4444
with:
45-
version: 7
45+
version: 10
4646
- uses: actions/setup-node@v4
4747
with:
4848
node-version: 14

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: pnpm/action-setup@v2
2323
with:
24-
version: 7
24+
version: 10
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v4
2727
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@
173173
}
174174
]
175175
},
176-
"packageManager": "pnpm@8.10.2"
176+
"packageManager": "pnpm@10.18.2"
177177
}

0 commit comments

Comments
 (0)