Skip to content

fix(docs): pin pnpm version in deploy-docs workflow#213

Merged
simonjcarr merged 1 commit into
mainfrom
fix/deploy-docs-pnpm-version
Apr 15, 2026
Merged

fix(docs): pin pnpm version in deploy-docs workflow#213
simonjcarr merged 1 commit into
mainfrom
fix/deploy-docs-pnpm-version

Conversation

@simonjcarr
Copy link
Copy Markdown
Collaborator

Summary

  • Fixes the Deploy Docs GitHub Actions workflow which failed on first run
  • pnpm/action-setup@v4 errors when version: latest is specified alongside a packageManager field in package.json
  • Pin to 10.6.5 to match the other CI workflows in this repo

Root cause

pnpm/action-setup@v4 detects conflicting pnpm versions: latest in the action config vs pnpm@10.6.5 in package.json#packageManager. Pinning to the explicit version removes the ambiguity.

🤖 Generated with Claude Code

…anager

pnpm/action-setup@v4 errors when version: latest conflicts with the
packageManager field in package.json. Pin to 10.6.5 to match other CI
workflows.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@simonjcarr simonjcarr merged commit b8ba221 into main Apr 15, 2026
8 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.

1 participant