chore: drop Node 20/22, support Node 24/26#107
Open
msallin wants to merge 1 commit into
Open
Conversation
Drop Node 20 and 22, support Node 24 and 26. - `engines.node`: `>=20.10` -> `>=24` (drops the Cerbo special-case; Cerbo will eventually catch up, and >=24 lets us use Node 24+ APIs). - CI matrix: `[20.x, 22.x, 24.x]` -> `[24.x, 26.x]`. Coverage stays on Node 24 (LTS); 26.x is the bleeding-edge regression-catcher. - `@types/node`: bumped to `^25.9.2` (latest available; DefinitelyTyped hasn't published `@types/node@26` yet, bump again once it does).
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.
Drop Node 20 and 22, support Node 24 and 26.
engines.node:>=20.10→>=24(drops the Cerbo special-case; the Cerbo runtime will catch up, and>=24unlocks Node 24+ APIs).[20.x, 22.x, 24.x]→[24.x, 26.x]. Coverage stays on Node 24 (LTS); 26.x is the regression-catcher.@types/node: bumped to^25.9.2(latest published; DefinitelyTyped hasn't released@types/node@26yet — Node 26 only landed a few days ago. Bump again once DT publishes).