fix: add nodejs to runner
Some checks failed
Build & Push Docker Image / build (push) Failing after 0s

This commit is contained in:
Khoa Vo 2026-05-14 12:25:32 +07:00
parent 15982214a4
commit 42a33da21c

View file

@ -37,6 +37,7 @@ services:
- sh
- -c
- |
apt-get update && apt-get install -y nodejs npm
if [ ! -f /data/.runner ]; then
forgejo-runner register --no-interactive \
--instance https://git.khoavo.myds.me \