Add nodejs to the CI image

The runner executes JavaScript actions (checkout, cache) with node from
inside the job container, so custom container images must provide it.
This commit is contained in:
2026-06-12 12:33:48 -04:00
parent 13e9e88e0e
commit 19f430d68f
+1
View File
@@ -21,6 +21,7 @@ RUN TZ=America/Los_Angeles DEBIAN_FRONTEND=noninteractive apt-get install -y \
llvm \
mold \
ninja-build \
nodejs \
pre-commit \
python3-requests \
rpm \