Install npm
Some checks failed
On Push Deploy / deploy (push) Has been cancelled

This commit is contained in:
Johnny322
2026-02-08 12:15:59 +01:00
parent 404d472ece
commit ad6f8cfa0d

View File

@@ -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