This commit is contained in:
@@ -10,6 +10,11 @@ jobs:
|
|||||||
volumes:
|
volumes:
|
||||||
- /root/repos:/root/repos
|
- /root/repos:/root/repos
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node.js & npm
|
||||||
|
run: |
|
||||||
|
apk add --no-cache nodejs npm # if your job container is Alpine
|
||||||
|
node -v
|
||||||
|
npm -v
|
||||||
- name: Pull and maybe restart one day
|
- name: Pull and maybe restart one day
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
|
|||||||
Reference in New Issue
Block a user