Skip to content

Commit 8cdf1b5

Browse files
timhanlonclaude
andcommitted
fix(ci): remove hardcoded pnpm version from action-setup
Let pnpm/action-setup infer version from packageManager field. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3b8c1f7 commit 8cdf1b5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717

1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
20-
with:
21-
version: 10
2220

2321
- name: Setup Node.js
2422
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)