Skip to content

chore: update action runtime from node16 to node24#19

Open
SetupCoding wants to merge 1 commit into
devindford:mainfrom
SetupCoding:update-to-node24
Open

chore: update action runtime from node16 to node24#19
SetupCoding wants to merge 1 commit into
devindford:mainfrom
SetupCoding:update-to-node24

Conversation

@SetupCoding
Copy link
Copy Markdown

Summary

GitHub Actions is deprecating Node.js 20 on June 2nd 2026, and Node.js 16 was already deprecated previously. This PR updates the action runtime in action.yml from node16 to node24 to ensure continued compatibility.

Changes

  • Updated runs.using in action.yml from "node16" to "node24"

Context

GitHub Actions runners are transitioning away from older Node.js versions. Actions still declaring node16 as their runtime are already running on Node 20 via automatic fallback, and will soon need to support Node 24.

The existing code uses @actions/core and @actions/github which are compatible with Node.js 24, so no source code changes are needed for this runtime update.

References

GitHub Actions is deprecating Node.js 20 on June 2nd 2026,
and Node.js 16 was already deprecated.
This updates the action runtime to Node.js 24 to ensure
continued compatibility.
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.

1 participant