Skip to content

Commit 3ad1643

Browse files
chore(deps): update dependency pnpm to v10.14.0 (#440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f20d6f7 commit 3ad1643

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
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.11.0'
17+
version: '10.14.0'
1818

1919
- uses: actions/checkout@v4
2020

.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.11.0'
16+
version: '10.14.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.11.0'
15+
version: '10.14.0'
1616

1717
- uses: actions/checkout@v4
1818

0 commit comments

Comments
 (0)