fleet-memory/.github/workflows
RCLL 707f163608 ci(publish): build on Node 22 — npm@latest (12.x) refuses to install on Node 20
npm 12 declares engines ^22.22.2 || ^24.15.0 || >=26.0.0. The workflow pinned
node-version 20 and then ran 'npm install -g npm@latest', so the engine check
would fail and the publish step would never run — with the GitHub Release
already public and the tag burnt. Caught before the first tag exists.

Package engines (node >=18) unchanged; this pins the build runner only.
2026-08-28 09:39:24 +03:00
..
publish.yml ci(publish): build on Node 22 — npm@latest (12.x) refuses to install on Node 20 2026-08-28 09:39:24 +03:00