From ad6f8cfa0d86c5a93ab459939b178062f7278516 Mon Sep 17 00:00:00 2001 From: Johnny322 Date: Sun, 8 Feb 2026 12:15:59 +0100 Subject: [PATCH] Install npm --- .gitea/workflows/on-push.yml | 5 +++++ 1 file changed, 5 insertions(+) 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