48622a99c2
The golang:1.22-bookworm container has no node binary and Codeberg's runner does not inject one, so checkout/forgejo-release failed with 'node: not found'. Add a pre-checkout run step (which executes via the container shell and needs no node itself) to apt-install nodejs before the JS-based actions run. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>