fix: add nodejs to alpine container for actions/checkout
PR Tests / Lint, Build & Test (pull_request) Failing after 4m29s
Security Scan / Go Vulnerability Check (pull_request) Failing after 13s

This commit is contained in:
2026-04-05 18:07:56 +02:00
parent 45baaf8db8
commit 1083b54fb9
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
steps:
- name: Install build dependencies
run: apk add --no-cache gcc musl-dev sqlite-dev git
run: apk add --no-cache gcc musl-dev sqlite-dev git nodejs
- name: Checkout code
uses: actions/checkout@v4