ci: test only the maintained LTS Node lines (22, 24)#39
Merged
Conversation
The test matrix carried three EOL Node versions: 20 (EOL 2026-04-30), 23 (EOL 2025-06-01) and 25 (EOL 2026-06-01). Narrow the matrix and engines to the two maintained LTS lines, 22 and 24, with Node 24 as the canonical anchor (it's the active LTS through 2028). Prebuild ABI targets are left as-is for now and can be aligned in a follow-up. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Foundational cleanup so the option-C work (#38) rests on a sane, Node-24-anchored base.
Why
The test matrix carried three EOL Node versions (as of today):
Only 22 and 24 are maintained LTS lines (22 → 2027, 24 → 2028).
What
[20, 22, 23, 24, 25]→[22, 24].engines:20.x || 22.x || 23.x || 24.x || 25.x→22.x || 24.x.Scope
Deliberately minimal: this is the supported-versions declaration only. Prebuild ABI targets are untouched to avoid overlapping #37 (native arm64 builders), which restructures the prebuild jobs. Aligning the prebuild targets to 22/24 (and dropping the now-unused "modern"/bookworm path) is a clean follow-up once #37 lands.
After this merges, #38 (option C) rebases on top — its Unicode-version-gated tests then sit on a matrix where Node 24 is the clear anchor.
🤖 Generated with Claude Code