fix(ci): install node in golang container for actions/checkout
ci / test (push) Failing after 4s

This commit is contained in:
Story Crater Bot
2026-08-22 00:45:39 -07:00
parent 002fe98e17
commit fc29a7db53
+3
View File
@@ -15,6 +15,9 @@ jobs:
GOFLAGS: -mod=readonly GOFLAGS: -mod=readonly
GITHUB_TOKEN: ${{ secrets.REGISTRY_PAT }} GITHUB_TOKEN: ${{ secrets.REGISTRY_PAT }}
steps: steps:
- name: install node (required by JS-based actions)
run: apk add --no-cache nodejs git
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Download dependencies - name: Download dependencies