Files
WeatherTool/.gitea
b0txec 7e1b492a0c
CI / backend (push) Failing after 11s
CI / frontend (push) Successful in 53s
Install Node in the backend CI job before checkout
The frontend job succeeded after the runner HOME fix, but backend failed at
a different point: actions/checkout is a JavaScript action and needs a Node
runtime inside the job container to run it at all (exec: "node": executable
file not found in $PATH), and hseeberger/scala-sbt has no Node installed.
Same lesson HOP's own CI setup already documented ("JavaScript actions need
Node in the job image") -- mirroring their fix: install git+nodejs via apt
before the checkout step.
2026-08-24 22:04:06 +03:00
..