Skip to content

Commit 208b0dd

Browse files
fix: remove redundant pnpm version from workflow files
pnpm/action-setup@v4 reads the version from packageManager in package.json (pnpm@10.0.0). Specifying version: 10 alongside it causes a conflict error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent edbd287 commit 208b0dd

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- uses: pnpm/action-setup@v4
15-
with:
16-
version: 10
1715

1816
- uses: actions/setup-node@v4
1917
with:

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- uses: pnpm/action-setup@v4
19-
with:
20-
version: 10
2119

2220
- uses: actions/setup-node@v4
2321
with:

0 commit comments

Comments
 (0)