Switch Alpine Linux build workflow to Node.js container
- Change container from python:3-alpine to node:latest - Prepare for Node.js-based build environment
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: python:3-alpine
|
container: node:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Reference in New Issue
Block a user