Description
GitHub Actions is deprecating Node.js 20 runners. Starting June 2, 2026, actions will be forced to run with Node.js 24 by default.
This action is currently running on Node.js 20 and needs to be updated to support Node.js 24.
Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Acceptance Criteria
Implementation Notes
- Update
runs.using in action.yml from node20 to node24
- Run tests with Node.js 24 to identify breaking changes
Priority
High
Description
GitHub Actions is deprecating Node.js 20 runners. Starting June 2, 2026, actions will be forced to run with Node.js 24 by default.
This action is currently running on Node.js 20 and needs to be updated to support Node.js 24.
Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Acceptance Criteria
action.ymlto usenode24runtimeImplementation Notes
runs.usinginaction.ymlfromnode20tonode24Priority
High