Skip to content

chore: Migrate from Node.js 20 to Node.js 24 LTS#1941

Merged
JamesIves merged 2 commits intodevfrom
copilot/migrate-nodejs-20-to-24
Jan 9, 2026
Merged

chore: Migrate from Node.js 20 to Node.js 24 LTS#1941
JamesIves merged 2 commits intodevfrom
copilot/migrate-nodejs-20-to-24

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 8, 2026

Updates the action runtime to Node.js 24 LTS (v24.12.0), which provides extended support until April 2028.

Changes

  • action.yml: Runtime updated from node20 to node24
  • .node-version: Updated from v22.11.0 to v24.12.0
  • .github/workflows/integration.yml: Container image updated from node:22 to node:24

Notes

One pre-existing CodeQL alert remains in integration.yml (missing workflow permissions) - unrelated to this migration.

Original prompt

This section details on the original issue you should resolve

<issue_title>Migrate from node.js 20 to 24</issue_title>
<issue_description>

Discussed in #1939

Originally posted by harsha-venugopal-ledn January 7, 2026
This is basically the same thing again as aws-actions/amazon-ecr-login#608

Github is in the process of migrating to Node.js 24. The announcement and time schedule are: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Actions that use node20 will fail some time around April 2026.

</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: JamesIves <10888441+JamesIves@users.noreply.github.com>
Copilot AI changed the title [WIP] Migrate from Node.js 20 to Node.js 24 Migrate from Node.js 20 to Node.js 24 LTS Jan 8, 2026
Copilot AI requested a review from JamesIves January 8, 2026 15:05
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.45%. Comparing base (66909b7) to head (57ae0da).
⚠️ Report is 4 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    JamesIves/github-pages-deploy-action#1941   +/-   ##
=======================================
  Coverage   93.45%   93.45%           
=======================================
  Files           7        7           
  Lines         321      321           
  Branches       88       88           
=======================================
  Hits          300      300           
  Misses         19       19           
  Partials        2        2           

☔ 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.

@JamesIves JamesIves marked this pull request as ready for review January 9, 2026 18:31
@JamesIves JamesIves changed the title Migrate from Node.js 20 to Node.js 24 LTS chore: Migrate from Node.js 20 to Node.js 24 LTS Jan 9, 2026
@JamesIves JamesIves merged commit e92cea4 into dev Jan 9, 2026
12 checks passed
@JamesIves JamesIves deleted the copilot/migrate-nodejs-20-to-24 branch January 9, 2026 18:32
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.

Migrate from node.js 20 to 24

2 participants