fix: install nodejs before checkout (required by actions/checkout)
Some checks failed
Build and Publish APK Package / build-apk (push) Failing after 13s
Build and Push Docker Container / build-and-push (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 03:18:00 +02:00
parent c94e57d9ba
commit 1438e7b4b9

View File

@@ -11,12 +11,12 @@ jobs:
container:
image: alpine:latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install build dependencies
run: |
apk add --no-cache git go abuild curl sudo
apk add --no-cache git nodejs go abuild curl sudo
- name: Checkout repository
uses: actions/checkout@v4
- name: Create build user
run: |