Skip to content

Commit 871a3f4

Browse files
chore(deps): update pnpm to v10.15.0 (#478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa3f674 commit 871a3f4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/code-quality.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: pnpm/action-setup@v4
1616
with:
17-
version: '10.14.0'
17+
version: '10.15.0'
1818

1919
- uses: actions/checkout@v4
2020

@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: pnpm/action-setup@v4
3838
with:
39-
version: '10.14.0'
39+
version: '10.15.0'
4040

4141
- uses: actions/checkout@v4
4242

.github/workflows/publish-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: pnpm/action-setup@v4
1515
with:
16-
version: '10.14.0'
16+
version: '10.15.0'
1717

1818
- uses: actions/checkout@v4
1919

.github/workflows/publish-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: pnpm/action-setup@v4
1414
with:
15-
version: '10.14.0'
15+
version: '10.15.0'
1616

1717
- uses: actions/checkout@v4
1818

.github/workflows/publish-rc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: pnpm/action-setup@v4
1717
with:
18-
version: '10.14.0'
18+
version: '10.15.0'
1919

2020
- uses: actions/checkout@v4
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"vite@>=6.0.0 <=6.0.8": ">=6.0.9",
3939
"katex@>=0.12.0 <=0.16.20": ">=0.16.21"
4040
},
41-
"packageManager": "pnpm@10.14.0",
41+
"packageManager": "pnpm@10.15.0",
4242
"pnpm": {
4343
"overrides": {
4444
"next@>=15.0.0 <15.1.2": ">=15.1.2",

0 commit comments

Comments
 (0)