Skip to content

Conversation

@chenjiahan
Copy link
Member

Summary

This pull request updates the Node.js version used in all GitHub Actions workflow files from version 22 to version 24.

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings January 2, 2026 13:19
@netlify
Copy link

netlify bot commented Jan 2, 2026

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 38cd828
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/6957c5d45d489b0008f2c450
😎 Deploy Preview https://deploy-preview-6884--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 77 (🟢 up 9 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

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 pull request attempts to update the Node.js version used in GitHub Actions workflow files from version 22 to version 24. However, there is a critical issue: Node.js v24 does not exist yet.

Key Issues

  • Node.js v24 is specified across all workflow files, but this version does not exist as of January 2025
  • The repository's .node-version file still specifies Node.js v22
  • The package.json engines field still requires node: ">=22.18.0"

Reviewed changes

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

File Description
.github/workflows/test.yml Updates node-version from 22 to 24 in three jobs (unit test, e2e-rspack, e2e-webpack)
.github/workflows/release.yml Updates node-version from 22 to 24 in the release job
.github/workflows/preview.yml Updates node-version from 22.x to 24 in the preview job
.github/workflows/lint.yml Updates node-version from 22 to 24 in the lint job

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

@chenjiahan chenjiahan merged commit a1d9bd0 into main Jan 3, 2026
17 checks passed
@chenjiahan chenjiahan deleted the update_node_24 branch January 3, 2026 01:28
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