Skip to content

fix: add pnpm installation to GitHub Actions workflow#16

Merged
codewizdave merged 1 commit into
mainfrom
fix/pnpm-setup-action
Jun 3, 2026
Merged

fix: add pnpm installation to GitHub Actions workflow#16
codewizdave merged 1 commit into
mainfrom
fix/pnpm-setup-action

Conversation

@martyy-code

Copy link
Copy Markdown
Contributor

Summary

  • Add npm install -g pnpm step before running pnpm install in the GitHub Actions workflow
  • The ubuntu-latest image does not have pnpm pre-installed, causing the workflow to fail with pnpm: command not found

Test plan

  • Verify the workflow runs successfully with the pnpm installation step
  • Ensure MINIMAX_API_KEY secret is configured in the repository

🤖 Generated with Claude Code

The ubuntu-latest image does not have pnpm pre-installed,
causing the workflow to fail with "pnpm: command not found".

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
errors-web Ready Ready Preview, Comment Jun 3, 2026 3:45pm

@codewizdave codewizdave merged commit a86bf88 into main Jun 3, 2026
6 checks passed
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.

2 participants