chore: update GitHub Actions to Node.js 24 compatible versions - #1176
Open
ctron wants to merge 1 commit into
Open
chore: update GitHub Actions to Node.js 24 compatible versions#1176ctron wants to merge 1 commit into
ctron wants to merge 1 commit into
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates GitHub Actions workflows to use actions/setup-node v7 (Node.js 24 compatible) while keeping Node.js 22 as the configured runtime, ensuring CI/tag workflows avoid Node 20 deprecation issues. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1176 +/- ##
=======================================
Coverage 54.03% 54.03%
=======================================
Files 269 269
Lines 5904 5904
Branches 1849 1849
=======================================
Hits 3190 3190
Misses 2419 2419
Partials 295 295
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Node.js 20 was deprecated in GitHub Actions runners (forced to Node 24 since June 2, 2026). Update actions/setup-node v6 → v7. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ctron
force-pushed
the
update-actions-node24
branch
from
July 24, 2026 08:40
de391cf to
0e7df4f
Compare
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
actions/setup-nodev6 → v7 for Node.js 24 compatibilityTest plan
🤖 Generated with Claude Code
Summary by Sourcery
Build:
Fixes: TC-4283