ci: use absolute /usr/bin/npm path for host runner
This commit is contained in:
parent
8111812d3b
commit
bd3842f854
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user