ci: use absolute /usr/bin/npm path for host runner
Some checks failed
Deploy to OCI / deploy (push) Failing after 0s

This commit is contained in:
2026-04-07 10:42:29 +01:00
parent 8111812d3b
commit bd3842f854

View File

@@ -20,7 +20,7 @@ jobs:
fi fi
- name: Install frontend dependencies - name: Install frontend dependencies
run: cd web && npm ci run: cd web && /usr/bin/npm ci
- name: Deploy to OCI - name: Deploy to OCI
run: make deploy-oci run: make deploy-oci