Skip to content

Upgrade action runtime from node20 to node24 - #107

Merged
EndBug merged 2 commits into
mainfrom
copilot/upgrade-to-node-24
Mar 26, 2026
Merged

Upgrade action runtime from node20 to node24#107
EndBug merged 2 commits into
mainfrom
copilot/upgrade-to-node-24

Conversation

Copilot AI commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

Node 20 is being deprecated on GitHub Actions runners. This updates the action to use Node 24.

Changes

  • action.yml: using: 'node20'using: 'node24'
  • package.json: engines.node bumped from >=20 to >=24
Original prompt

This section details on the original issue you should resolve

<issue_title>Upgrade to node 24 as node 20 is deprecated</issue_title>
<issue_description>https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Current: node20</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: EndBug <26386270+EndBug@users.noreply.github.com>
Agent-Logs-Url: https://github.com/EndBug/latest-tag/sessions/deefcca7-d325-47eb-a207-86848467602a
Copilot AI changed the title [WIP] Update to Node 24 as Node 20 is deprecated Upgrade action runtime from node20 to node24 Mar 26, 2026
Copilot AI requested a review from EndBug March 26, 2026 09:01
@EndBug
EndBug marked this pull request as ready for review March 26, 2026 12:11
@EndBug
EndBug merged commit f3de4e5 into main Mar 26, 2026
5 checks passed
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.

Upgrade to node 24 as node 20 is deprecated

2 participants