Files
shot-crafter-calculator/.gitea
darroyo 355183c03f
CI / Build Native (push) Failing after 5m20s
CI / Build & Push Native Image (push) Has been skipped
fix(ci): install node in container for actions/* post steps
Gitea Actions run actions as JavaScript via `node` inside the
job container. The maven:3.9.6-eclipse-temurin-21 image has no
node, so action post steps (e.g. Checkout cleanup) fail with
'exec: "node": executable file not found in $PATH'.

Extend the install step to add git AND node 22 via NodeSource
apt repo, so the runner can complete every action's pre/post step.
2026-08-12 17:20:42 -04:00
..