From 8107dc05477f9d345140cbb5f2db8035dbdfd6bb Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 13 Apr 2026 15:24:17 +0000 Subject: [PATCH] Fix: Use node:18-alpine container for build-apk job to support JavaScript actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6aea02..315710c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: build-apk: name: Build Alpine Package runs-on: linux - container: alpine:latest + container: node:18-alpine steps: - uses: actions/checkout@v4 with: