Skip to content

ci: restore pnpm 9 install for publishing - #433

Merged
interstellarmt merged 1 commit into
aifrom
ci/restore-pnpm9-publish
Sep 3, 2026
Merged

ci: restore pnpm 9 install for publishing#433
interstellarmt merged 1 commit into
aifrom
ci/restore-pnpm9-publish

Conversation

@interstellarmt

Copy link
Copy Markdown
Member

PR includes

  • fixed #0
  • add / modify test cases
  • documents, demos

Screenshot

Before After

Copilot AI lite review requested due to automatic review settings September 3, 2026 02:16
@changeset-bot

changeset-bot Bot commented Sep 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 680832e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@interstellarmt
interstellarmt merged commit 7449e3d into ai Sep 3, 2026
3 checks passed
@interstellarmt
interstellarmt deleted the ci/restore-pnpm9-publish branch September 3, 2026 02:17

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.

🟡 Changes recommended

The publish workflow still appears misaligned with documented/project CI conventions (Node version and tag trigger pattern), which can prevent publishing or produce inconsistent release artifacts.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates the npm publish GitHub Actions workflow to restore the publishing install setup by switching pnpm back to v9 and relaxing the install command.

Changes:

  • Set pnpm/action-setup version back to pnpm 9 in the publish workflow.
  • Change dependency installation from pnpm install --frozen-lockfile to pnpm install.
File summaries
File Description
.github/workflows/publish.yml Restores pnpm v9 usage and adjusts install behavior in the publish pipeline.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

uses: pnpm/action-setup@v4
with:
version: 10
version: 9
Comment on lines 22 to +25
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
version: 9
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