355183c03f0fdacf42398cbd291860fc80637d37
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.
Description
No description provided
Languages
HTML
41.3%
TypeScript
26.5%
Java
20.4%
CSS
5.8%
JavaScript
5.6%
Other
0.4%