Skip to content

启用 Corepack 并更新 CI 配置#16

Merged
JoinChang merged 3 commits intomainfrom
feat/ci
Mar 13, 2026
Merged

启用 Corepack 并更新 CI 配置#16
JoinChang merged 3 commits intomainfrom
feat/ci

Conversation

@JoinChang
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings March 13, 2026 03:20
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

此 PR 旨在在 CI 中显式启用 Corepack,以便使用 package.json#packageManager 指定的 Yarn 版本,并相应调整 Node.js setup 步骤配置。

Changes:

  • 在 CI workflow 中新增 corepack enable 步骤
  • 移除 actions/setup-node 中的 corepack: true 配置

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

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +14 to 18
- name: Enable Corepack
run: corepack enable

- name: Setup Node.js
uses: actions/setup-node@v4
@JoinChang JoinChang merged commit 54bd284 into main Mar 13, 2026
2 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