Files
Zoltan Kochan df3b5065be ci(release): pin Node 20 for v10 release workflow (#11997)
The `pnpm/bundle` step runs `ts-node bundle.ts`, which transitively
loads `esm@3.2.25` (via `publish-packed` → `all-module-paths` → `esm`).
That package monkey-patches Node internals removed in Node 22+. The
release workflow runs on `ubuntu-latest` and was relying on the
runner's default Node; GitHub bumping that default between 10.33.4
and 10.34.0 silently broke the publish phase.

Pin Node 20 — the last release line `esm@3.2.25` still works on — and
drop `continue-on-error` from the Publish step so future failures fail
the workflow instead of hiding behind a green check.
2026-05-27 16:52:39 +02:00
..
2026-04-21 20:31:40 +02:00
2026-04-21 20:31:40 +02:00