From 8047c27d7a8ed01239c78495225ec33d75d86610 Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 13 Apr 2026 02:22:09 +0000 Subject: [PATCH] Fix build-apk: use node:18 container (has Node.js for GitHub Actions), update to actions v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e92d211..51cb588 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,9 +137,9 @@ jobs: build-apk: name: Build Alpine Package runs-on: linux - container: alpine:latest + container: node:18 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install build dependencies