🐛 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 \
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user