Skip to content

Update action runtime to node24#1

Merged
Goooler merged 3 commits intomasterfrom
copilot/update-action-runtime-node-24
Mar 4, 2026
Merged

Update action runtime to node24#1
Goooler merged 3 commits intomasterfrom
copilot/update-action-runtime-node-24

Conversation

Copy link

Copilot AI commented Mar 4, 2026

GitHub Actions now supports node24 as a runtime target. This updates the action to use it.

https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Changes

  • action.yml: using: node20using: node24
  • package.json: @types/node bumped from ^20.6.3^24.0.0
  • .github/workflows/workflow.yml: CI node version 20.x24.x
  • dist/index.js: rebuilt against updated dependencies

Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com>
Copilot AI changed the title [WIP] Update action runtime to Node 24 Update action runtime to node24 Mar 4, 2026
@Goooler Goooler marked this pull request as ready for review March 4, 2026 11:34
@Goooler Goooler merged commit 4a7daae into master Mar 4, 2026
9 checks passed
@Goooler Goooler deleted the copilot/update-action-runtime-node-24 branch March 4, 2026 11:35
@Goooler
Copy link
Owner

Goooler commented Mar 4, 2026

Addressed to maxim-lobanov#98.

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.

2 participants