You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.3.0] - 2026-06-16
Changed
Minimum supported Node.js is now 22 (was 20). Node 20 ("Iron") reached
end-of-life in April 2026; Node 22 ("Jod") is the oldest LTS still receiving
support. engines.node is advisory (npm only warns), so existing installs on
older Node keep working, but 22+ is what we test and support. CI now runs the
Node 22 (floor) and 24 (current LTS) lines; @types/node is aligned to the 22
floor so the build typechecks against the API surface we actually support, and
a .nvmrc pins local development to 22.