Switch Alpine Linux build workflow to Node.js container
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 38s
Build Debian Package / build-debian (push) Successful in 1m44s

- Change container from python:3-alpine to node:latest
- Prepare for Node.js-based build environment
This commit is contained in:
2025-02-01 06:29:06 +00:00
parent 827c44ba88
commit 1e4c5b630c

View File

@@ -14,7 +14,7 @@ env:
jobs:
build-alpine:
runs-on: ubuntu-latest
container: python:3-alpine
container: node:latest
steps:
- name: Checkout repository