Skip to content

ci: install pnpm in the deploy workflow#84

Merged
harshitsinghbhandari merged 1 commit into
mainfrom
ci/fix-deploy-pnpm
Jul 11, 2026
Merged

ci: install pnpm in the deploy workflow#84
harshitsinghbhandari merged 1 commit into
mainfrom
ci/fix-deploy-pnpm

Conversation

@harshitsinghbhandari

Copy link
Copy Markdown
Member

Fixes the first deploy failure (spawn pnpm ENOENT): vercel build runs pnpm install, which needs pnpm on PATH. Adds pnpm/action-setup (v10) before setup-node. Merging triggers a production deploy on main.

🤖 Generated with Claude Code

vercel build runs the project's pnpm install, which needs pnpm on PATH; the
runner only had node, so the first deploy failed with spawn pnpm ENOENT. Add
pnpm/action-setup (v10, matching local + Vercel) before setup-node.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@harshitsinghbhandari
harshitsinghbhandari merged commit 6532235 into main Jul 11, 2026
1 check passed
@harshitsinghbhandari
harshitsinghbhandari deleted the ci/fix-deploy-pnpm branch July 18, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant