diff --git a/.gitea/workflows/golang.yml b/.gitea/workflows/golang.yml index d8a4e82..1850fe2 100644 --- a/.gitea/workflows/golang.yml +++ b/.gitea/workflows/golang.yml @@ -35,7 +35,7 @@ jobs: - name: Setup SSH key run: | - curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs + apk add --no-cache git openssh nodejs npm node -v && npm -v - name: Checkout code (with actions)