ci: use absolute /usr/bin/npm path for host runner

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

View File

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