Update Alpine Linux build workflow to use Node.js Alpine container
- Switch container from node:latest to node:current-alpine - Ensure consistent Alpine Linux environment for build process
This commit is contained in:
2
.github/workflows/build-alpine.yml
vendored
2
.github/workflows/build-alpine.yml
vendored
@@ -14,7 +14,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build-alpine:
|
build-alpine:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: node:latest
|
container: node:current-alpine
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Reference in New Issue
Block a user