mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 01:54:53 -04:00
* fix(deps.status): skip engine check when scanning workspace projects checkDepsStatus (run by verifyDepsBeforeRun) called findWorkspaceProjects without a nodeVersion, so the engine check fell back to the system Node from PATH and emitted spurious "Unsupported engine" warnings before scripts ran. The actual install still does engine validation; a status check shouldn't. * test(pnpm): cover engine warning regression for verifyDepsBeforeRun * docs(changeset): clarify scope of the skipped validation * test(pnpm): also check stderr for unsupported engine warning