ci: use absolute /usr/bin/npm path for host runner
Some checks failed
Deploy to OCI / deploy (push) Failing after 0s
Some checks failed
Deploy to OCI / deploy (push) Failing after 0s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user