Fix build-apk: use node:18 container (has Node.js for GitHub Actions), update to actions v4
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user