🐛 fix: add Node.js to build cache for GitHub Actions compatibility
This commit is contained in:
@@ -15,7 +15,9 @@ RUN apk add --no-cache \
|
||||
grep \
|
||||
sed \
|
||||
jq \
|
||||
ca-certificates
|
||||
ca-certificates \
|
||||
nodejs \
|
||||
npm
|
||||
|
||||
# Set up Go environment
|
||||
ENV GOPATH=/go
|
||||
|
||||
Reference in New Issue
Block a user