Skip to content

Commit 247f194

Browse files
Update dependency pnpm to v10
1 parent 4105980 commit 247f194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: pnpm/[email protected]
2929
with:
30-
version: 6.12.0
30+
version: 10.15.1
3131

3232
- run: pnpm install
3333
- run: pnpm build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: pnpm/[email protected]
2121
with:
22-
version: 6.12.0
22+
version: 10.15.1
2323

2424
- run: pnpm install
2525

0 commit comments

Comments
 (0)