Skip to content

Conversation

@harsha-venugopal-ledn
Copy link

@harsha-venugopal-ledn harsha-venugopal-ledn commented Jan 23, 2026

Summary

This PR migrates the GitHub Action from Node.js 20 to Node.js 24.

Fixes #235

Background

GitHub is deprecating Node.js 20 on GitHub Actions runners. According to the GitHub changelog announcement, actions using node20 will stop working around April 2026.

Changes

File Change
action.yml Updated runtime from node20 to node24
dev.Dockerfile Updated NODE_VERSION from 20 to 24
package.json Updated @types/node from ^20.6.0 to ^24.0.0
yarn.lock Regenerated

Testing

  • docker buildx bake validate passes
  • docker buildx bake test passes
  • All existing functionality remains unchanged

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

1 participant