Skip to content

Fix CI pnpm version mismatch in workflow#18

Open
DevMuhammed3 wants to merge 2 commits intomainfrom
codex/locate-capabilities-37mtxk
Open

Fix CI pnpm version mismatch in workflow#18
DevMuhammed3 wants to merge 2 commits intomainfrom
codex/locate-capabilities-37mtxk

Conversation

@DevMuhammed3
Copy link
Copy Markdown
Owner

Motivation

  • The GitHub Actions CI failed with ERR_PNPM_BAD_PM_VERSION because pnpm was specified in two places (workflow pnpm/action-setup and root package.json packageManager).

Description

  • Remove the explicit version: 10 setting from .github/workflows/ci.yml so pnpm/action-setup@v4 no longer hardcodes a pnpm version and the repo package.json (packageManager: pnpm@10.20.0) remains the single source of truth.

Testing

  • Ran pnpm -v which reported the workspace pnpm version (10.20.0) successfully.
  • Ran workspace tests with pnpm test and the package tests in packages/lib completed successfully (3 tests passed).

Codex Task

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 16, 2026

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

Project Deployment Actions Updated (UTC)
open-chat-frontend Ready Ready Preview, Comment Mar 16, 2026 7:10pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant