diff --git a/.gitea/workflows/on-push.yml b/.gitea/workflows/on-push.yml index 7023175..f3eb805 100644 --- a/.gitea/workflows/on-push.yml +++ b/.gitea/workflows/on-push.yml @@ -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