This commit is contained in:
@@ -10,6 +10,11 @@ jobs:
|
||||
volumes:
|
||||
- /root/repos:/root/repos
|
||||
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
|
||||
run: |
|
||||
ls
|
||||
|
||||
Reference in New Issue
Block a user