Skip to content

v3.26.2 - Smith reports the real Node floor

Choose a tag to compare

@srnichols srnichols released this 10 Aug 17:26
· 12 commits to master since this release

v3.26.2 - Smith reports the real Node floor

pforge smith tested Node major >= 18 and reported 'sharp requires >= 18.17' as a pass, so clients on Node 18 through 20.18 who updated to v3.26.0/v3.26.1 were told their environment was healthy while plan-forge-mcp requires >=20.19.0. npm's EBADENGINE is a warning not an error by default, so nothing else caught it.

The check now compares major and minor against the real floor, in both pforge.ps1 and pforge.sh, verified across nine boundary versions.