Skip to content

Releases: digitalnodecom/node-red-bin

v5.0.0-beta.4

Choose a tag to compare

@github-actions github-actions released this 02 Apr 22:08
Fix got ESM bundling for pkg binary builds

Bundle got (ESM-only) into a single CJS file via esbuild prebuild step,
patching Node-RED's httprequest and telemetry imports to use require()
instead of dynamic import() which pkg's snapshot can't resolve.

v4.1.4

Choose a tag to compare

@github-actions github-actions released this 02 Feb 16:05
Switch to @yao-pkg/pkg with Node 22 support