Add nodejs to ci-runner image for actions/checkout

This commit is contained in:
Ryan Moon
2026-03-31 19:05:54 -05:00
parent 10471a97af
commit c280fb8cbe

View File

@@ -5,6 +5,7 @@ RUN apk add --no-cache \
bash \
curl \
git \
nodejs \
openssh-client \
python3 \
py3-pip \