Skip to content

Commit 93adce0

Browse files
PsicoThePatoclaude
andcommitted
ci: pin pnpm to v10 to match Node 20 runtime
pnpm/action-setup@v4 with `version: latest` resolved to pnpm 11, which requires Node >= 22.13 and broke the build on Node 20. Pinning to pnpm 10 (matches torus-ts) keeps us on Node 20. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c0bcd58 commit 93adce0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup PNPM
2727
uses: pnpm/action-setup@v4
2828
with:
29-
version: latest
29+
version: 10
3030
package_json_file: ./package.json
3131

3232
- name: Setup Node

.github/workflows/dry-run-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PNPM
2121
uses: pnpm/action-setup@v4
2222
with:
23-
version: latest
23+
version: 10
2424
package_json_file: ./package.json
2525

2626
- name: Setup Node

0 commit comments

Comments
 (0)