Skip to content

Commit 3a7b646

Browse files
ctrimmclaude
andcommitted
Remove explicit pnpm version from workflows; use packageManager field
pnpm/action-setup@v4 reads the version from packageManager in package.json. Removing the hardcoded version: 9 eliminates the conflict with pnpm@10.30.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 626d6fc commit 3a7b646

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/co2-emissions-cron.yml

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

1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
17-
with:
18-
version: 9
1917

2018
- name: Setup Node.js
2119
uses: actions/setup-node@v4

.github/workflows/deploy.yml

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

3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v4
37-
with:
38-
version: 9
3937

4038
- name: Setup Node.js
4139
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)