Skip to content

Update action runtime from node20 to node24#157

Open
adityamaru wants to merge 1 commit intomainfrom
chore/migrate-node24
Open

Update action runtime from node20 to node24#157
adityamaru wants to merge 1 commit intomainfrom
chore/migrate-node24

Conversation

@adityamaru
Copy link
Copy Markdown

GitHub is deprecating Node 20 on Actions runners. This PR migrates the action runtime from node20 to node24.

How it works: action.yml switches from node20 to node24, @types/node is bumped from ^20.0.0 to ^24.0.0, and package-lock.json is updated to match. No source code changes needed — the action uses stable Node APIs (@actions/core, node-fetch) that are unchanged across versions.


View Codesmith session

Co-authored-by: Codesmith <codesmith@blacksmith.sh>
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