This commit is contained in:
@@ -11,6 +11,11 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- name: Install Node.js on Alpine
|
||||
run: |
|
||||
apk add --no-cache nodejs npm git bash curl
|
||||
|
||||
|
||||
# Checkout the repository
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user