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
|
||||
|
||||
steps:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user