Private
Public Access
1
0

Fix build-apk: use node:18 container (has Node.js for GitHub Actions), update to actions v4

This commit is contained in:
2026-04-13 02:22:09 +00:00
parent 6285f29620
commit 29b25d23c0

View File

@ -137,9 +137,9 @@ jobs:
build-apk: build-apk:
name: Build Alpine Package name: Build Alpine Package
runs-on: linux runs-on: linux
container: alpine:latest container: node:18
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install build dependencies - name: Install build dependencies