Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 14:35
8ce1436

[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.