ci: move Node to 24 LTS and bump GitHub Actions - #203
Conversation
Node 20 is EOL and GitHub Actions now force Node-20 runtimes onto Node 24. Pin workflows and engines to Active LTS 24, and upgrade outdated Actions (checkout/setup-node/artifacts/codeql/release-please and related) so they natively run on Node 24.
|
Warning Review limit reached
Next review available in: 39 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #203 +/- ##
=======================================
+ Coverage 77.1% 77.2% +0.1%
=======================================
Files 77 79 +2
Lines 2587 2616 +29
Branches 776 785 +9
=======================================
+ Hits 1996 2021 +25
- Misses 378 380 +2
- Partials 213 215 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Pin floating majors (checkout@v7 → v7.0.1, etc.), bump remaining third-party actions, and keep CI/runtime Node on 24 Active LTS.
Why
Node 20 is EOL. GitHub Actions runners now force Node-20 JS actions onto Node 24, the current Active LTS.
What