Skip to content

Update node to v24 #1791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 14, 2025
Merged

Update node to v24 #1791

merged 5 commits into from
Jul 14, 2025

Conversation

mdjastrzebski
Copy link
Member

Summary

Updates the Node.js version across the repository to v24. This includes updating .nvmrc, the engines field in package.json, and the specified Node.js version in GitHub Actions workflows to align with the latest LTS release.

Test plan

  1. Verify .nvmrc is set to 24.
  2. Verify package.json engines.node is >=24.
  3. Verify .github/workflows/example-apps.yml uses node-version: 24.
  4. Run CI/CD pipelines to ensure all checks pass with Node.js v24.
  5. Locally, run nvm use and then yarn install and yarn test to confirm compatibility.

Copy link

codecov bot commented Jul 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.34%. Comparing base (203bac9) to head (dc48b08).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #1791    +/-   ##
========================================
  Coverage   95.34%   95.34%            
========================================
  Files          94       94            
  Lines        5244     5244            
  Branches      573      893   +320     
========================================
  Hits         5000     5000            
  Misses        244      244            

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mdjastrzebski mdjastrzebski merged commit baa772c into main Jul 14, 2025
7 checks passed
@mdjastrzebski mdjastrzebski deleted the cursor/update-node-to-v24-6876 branch July 14, 2025 20:49
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