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:
|
||||
build-alpine:
|
||||
runs-on: ubuntu-latest
|
||||
container: python:3-alpine
|
||||
container: node:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Reference in New Issue
Block a user