ci: pin node version to 22.20 in test workflow#6428
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull Request Overview
This PR temporarily pins the Node.js version to 22.20 in the CI test workflow to work around failures occurring with Node 22.21 on Windows runners.
Key Changes:
- Node version explicitly set to 22.20 across all test jobs to avoid the 22.21 regression on Windows
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Summary
Temporary pin Node version to 22.20 as the
ut (windows-latest)CI job fails with Node 22.21:We need to further investigate the root cause of this issue.
Checklist