🐛 fix: add Node.js to build cache for GitHub Actions compatibility
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Failing after 15s

This commit is contained in:
2026-04-08 10:47:31 +02:00
parent 8ea380dfaa
commit b6b5a03942

View File

@@ -15,7 +15,9 @@ RUN apk add --no-cache \
grep \ grep \
sed \ sed \
jq \ jq \
ca-certificates ca-certificates \
nodejs \
npm
# Set up Go environment # Set up Go environment
ENV GOPATH=/go ENV GOPATH=/go