Skip to content

ci: move Node to 24 LTS and bump GitHub Actions - #203

Merged
thedavidweng merged 2 commits into
mainfrom
ci/node24-and-action-upgrades
Aug 15, 2026
Merged

ci: move Node to 24 LTS and bump GitHub Actions#203
thedavidweng merged 2 commits into
mainfrom
ci/node24-and-action-upgrades

Conversation

@thedavidweng

Copy link
Copy Markdown
Owner

Why

Node 20 is EOL. GitHub Actions runners now force Node-20 JS actions onto Node 24, the current Active LTS.

What

  • Pin Node to 24
  • Upgrade outdated Actions so they natively run on Node 24

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.
@coderabbitai

coderabbitai Bot commented Aug 15, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@thedavidweng, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 39 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3334d3f2-7c3d-4bb5-951b-7e1188e248b5

📥 Commits

Reviewing files that changed from the base of the PR and between 221f989 and d5f9f71.

📒 Files selected for processing (3)
  • .github/workflows/ci.yml
  • .github/workflows/codeql.yml
  • .github/workflows/dependabot-automerge.yml

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

Comment thread .github/workflows/codeql.yml Fixed
Comment thread .github/workflows/codeql.yml Fixed
Comment thread .github/workflows/codeql.yml Fixed
@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.2%. Comparing base (7a1ffdb) to head (d5f9f71).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ
frontend 77.2% <ø> (+0.1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
frontend 77.2% <ø> (+0.1%) ⬆️
rust ∅ <ø> (∅)
see 7 files with indirect coverage changes
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Pin floating majors (checkout@v7 → v7.0.1, etc.), bump remaining
third-party actions, and keep CI/runtime Node on 24 Active LTS.
@thedavidweng
thedavidweng merged commit 6b5340b into main Aug 15, 2026
16 checks passed
@thedavidweng
thedavidweng deleted the ci/node24-and-action-upgrades branch August 15, 2026 12:15
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