Skip to content

Commit 2c4b971

Browse files
abdoutclaude
andcommitted
fix(workflow): pin packageManager so pnpm/action-setup@v4 resolves
Without a packageManager field (or `version:` in the workflow), pnpm/action-setup@v4 fails with "No pnpm version is specified" — which broke every pnpm-using job on PR #10 (build, lint, test, typecheck, commit-lint). Pinning packageManager fixes all of them and is the canonical way per Corepack/pnpm guidance. Refs #9 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 2ae5978 commit 2c4b971

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "Remote AI Development Infrastructure - كن (Be!)",
55
"private": true,
6+
"packageManager": "pnpm@9.15.0",
67
"scripts": {
78
"dev": "next dev",
89
"dev:turbo": "next dev --turbopack",

0 commit comments

Comments
 (0)