Skip to content

Conversation

@jackw-phantom
Copy link

@jackw-phantom jackw-phantom commented Jan 26, 2026

Summary by CodeRabbit

  • Chores
    • Updated release workflow infrastructure, including changes to Node.js environment configuration and dependency installation processes.
    • Modified authentication and permission settings in the release pipeline.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 26, 2026

📝 Walkthrough

Walkthrough

The GitHub Actions release workflow is reconfigured to downgrade Node.js from 24.x to 20.x, add yarn caching, switch from global npm version enforcement to immutable yarn installs, replace NPM provenance with token-based authentication, and remove unused workflow permissions and concurrency settings.

Changes

Cohort / File(s) Summary
Node.js & Setup Configuration
.github/workflows/release.yml
Downgraded Node.js from 24.x to 20.x; added yarn cache and registry URL configuration to setup-node step
Dependency Installation
.github/workflows/release.yml
Removed global npm version enforcement (npm install -g npm@^11.8.0); changed yarn to yarn install --immutable for stricter dependency locking
Authentication & Permissions
.github/workflows/release.yml
Replaced NPM_CONFIG_PROVENANCE environment variable with NPM_TOKEN secret in changesets step; removed id-token workflow permission; removed top-level concurrency setting
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change as reverting the release workflow to unblock publishing, which aligns with the workflow modifications shown in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@jackw-phantom jackw-phantom merged commit 2e2466c into master Jan 26, 2026
18 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.

3 participants