Skip to content

Fix MCP Registry workflow npm version - #320

Merged
sajeetharan merged 1 commit into
mainfrom
fix/mcp-registry-npm-version
Aug 29, 2026
Merged

Fix MCP Registry workflow npm version#320
sajeetharan merged 1 commit into
mainfrom
fix/mcp-registry-npm-version

Conversation

@sajeetharan

Copy link
Copy Markdown
Owner

Root cause

The MCP Registry workflow ran npm ci with the Node 22 runner's bundled npm 10.9.8, while this repository declares and locks dependencies with npm 11.14.1. npm 10 rejected the otherwise valid lockfile with false missing React 18 peer entries.

Fix

Install the repository-declared npm 11.14.1 before npm ci, matching the existing Documentation workflow.

Validation

  • npm ci --dry-run --ignore-scripts
  • 43 focused MCP contract tests passed
  • workflow YAML diagnostics clean
  • git diff --check

@sajeetharan
sajeetharan merged commit 58b270d into main Aug 29, 2026
1 check 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.

1 participant