Skip to content

Prepare action for Node.js 24 - #251

Merged
lcollins merged 2 commits into
masterfrom
copilot/prepare-action-for-node24
Aug 10, 2026
Merged

Prepare action for Node.js 24#251
lcollins merged 2 commits into
masterfrom
copilot/prepare-action-for-node24

Conversation

Copilot AI commented Aug 10, 2026

Copy link
Copy Markdown

GitHub Actions is adding Node.js 24 support; this updates the action to target it.

Changes

  • action.yml: runs.using updated from node20node24
  • package.json: @types/node bumped to ^24
  • dist/: rebuilt bundle

… dist

Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
@lcollins
lcollins marked this pull request as ready for review August 10, 2026 18:55
Copilot AI lite review requested due to automatic review settings August 10, 2026 18:55
@lcollins
lcollins merged commit bc13de2 into master Aug 10, 2026
6 checks passed
@lcollins
lcollins deleted the copilot/prepare-action-for-node24 branch August 10, 2026 18:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates this GitHub Action to align with the upcoming GitHub Actions Node.js 24 runtime by switching the action runtime target, updating Node type definitions, and rebuilding the bundled dist/ output.

Changes:

  • Update action.yml runtime from node20 to node24
  • Bump @types/node to the Node 24 line
  • Regenerate package-lock.json and rebuild dist/index.js (dependency/bundle refresh)

Reviewed changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.

File Description
action.yml Switches the action runtime to Node.js 24.
package.json Updates Node.js type definitions to match Node 24.
package-lock.json Refreshes lockfile to reflect updated dependency graph for the rebuild.
dist/index.js Rebuilt bundled JS artifact used by the action at runtime.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

3 participants