Add Node.js setup to Alpine Linux build workflow
- Include Node.js setup step in Alpine build job - Use actions/setup-node@v3 to prepare Node.js environment
This commit is contained in:
3
.github/workflows/build-alpine.yml
vendored
3
.github/workflows/build-alpine.yml
vendored
@@ -17,6 +17,9 @@ jobs:
|
|||||||
container: alpine:latest
|
container: alpine:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user