Fix: Use node:18-alpine container for build-apk job to support JavaScript actions
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -136,7 +136,7 @@ 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-alpine
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user