Skip to content

Conversation

@Ansonhkg
Copy link
Collaborator

@Ansonhkg Ansonhkg commented Oct 8, 2025

WHAT

  • replace Bun setup in .github/workflows/lint.yml with Node + corepack-driven pnpm so linting aligns with the rest of the CI pipelines
  • run lint commands through pnpm to ensure they use the workspace lockfile
  • update packages/e2e/README.md installation section to point to pnpm add instead of bun install

- replace Bun setup in .github/workflows/lint.yml with Node + corepack-driven pnpm so linting aligns with the rest of the CI pipelines
- run lint commands through pnpm to ensure they use the workspace lockfile
- update packages/e2e/README.md installation section to point to pnpm add instead of bun install
@Ansonhkg Ansonhkg self-assigned this Oct 8, 2025
Copilot AI review requested due to automatic review settings October 8, 2025 19:09
Copy link
Contributor

Copilot AI left a comment

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 standardizes the package manager across all CI workflows and documentation by migrating from Bun to pnpm. The change ensures consistency with other CI pipelines and aligns the lint workflow with the workspace lockfile management.

  • Replaces Bun setup with Node.js + corepack-enabled pnpm in the lint workflow
  • Updates all documentation examples to use pnpm commands instead of Bun
  • Removes the entire prerelease workflow file

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/lint.yml Migrates from Bun to Node.js with pnpm via corepack for consistent dependency management
packages/e2e/README.md Updates installation command from bun install to pnpm add
README.md Updates test execution and build commands to use pnpm instead of Bun
.github/workflows/prerelease.yml Removes entire prerelease workflow file

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Ansonhkg Ansonhkg merged commit 3e63754 into naga Oct 8, 2025
4 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.

2 participants