chore: bump Node.js minimum to v22#363
Open
rolginroman wants to merge 1 commit into
Open
Conversation
- engines.node ">=18" → ">=22" across root + all 7 packages - CI test matrix [18, 20, 22, 24] → [22, 24] (drop EOL Node 18, retired Node 20) - docs.yml Node 20 → Node 22 - setup-node composite default already pinned at 22.14.0 Node 18 reached end-of-life 2025-04-30. Node 20 active LTS support ended 2025-04-30, maintenance-only through 2026-04. Bumping minimum to v22 (active LTS) reduces support surface and unlocks newer language features.
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
engines.nodefrom>=18to>=22across root + all 7 packages (common,distributor,eslint-config,launchpad,staking,stream)[18, 20, 22, 24]→[22, 24]inversion-tests.ymldocs.ymlNode 20 → Node 22setup-nodecomposite already defaults to22.14.0(no change)Why
Test plan
Notes
13.0.0on next stable release.