Skip to content

ci: drop pnpm version override - #7

Open
hulk510 wants to merge 3 commits into
mainfrom
h-branch-1
Open

ci: drop pnpm version override#7
hulk510 wants to merge 3 commits into
mainfrom
h-branch-1

Conversation

@hulk510

@hulk510 hulk510 commented May 14, 2026

Copy link
Copy Markdown
Collaborator

Pages workflow fails because pnpm/action-setup v4 sees both version: 9 in the
action input and packageManager: pnpm@9.0.0 in package.json. Remove the
explicit version so packageManager wins.

Copilot AI review requested due to automatic review settings May 14, 2026 00:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Pages deployment workflow for Storybook and the registry so pnpm is resolved from packageManager rather than an explicit action version.

Changes:

  • Adds/configures a Pages workflow that checks out the repo, installs dependencies with pnpm, builds docs and registry assets, and deploys Storybook to GitHub Pages.
  • Removes the explicit pnpm version input from pnpm/action-setup.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +34 to +35
- run: pnpm --filter @mod-ui/registry build

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