fix(ci): install node in golang container for actions/checkout

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