Upgrade to Node 24 - #144
Merged
Merged
Conversation
- Bump action runtime to node24 in action.yaml - Update CI check-dist workflow to Node.js 24.x - Set .tool-versions to nodejs 24.4.0 - Bump @types/node to ^24.0.0 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PMgkgHh9anqCD7UPkJmEzU
PR Summary by QodoUpgrade GitHub Action runtime and tooling to Node 24
AI Description
Diagram
High-Level Assessment
Files changed (4)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the action and its tooling from Node 20 to Node 24.
Changes
action.yaml: bump the action runtime fromnode20tonode24..github/workflows/check-dist.yml: update the CI Node version from20.xto24.x..tool-versions: setnodejs 24.4.0(was20.19.0).package.json/package-lock.json: bump@types/nodeto^24.0.0.Verification
npm run build—dist/index.jsrebuilt with no changes (bundle output unaffected by the type bump).npm run format-check— passes.npm run lint— passes.npm test— all 4 suites pass (elixir, go, lcov, ruby).🤖 Generated with Claude Code
Generated by Claude Code