Fix runner: Use host environment to resolve Node.js PATH issue

This commit is contained in:
adilallo
2025-08-29 17:39:44 -06:00
parent 7838d7b1f8
commit 967909dfda
+4
View File
@@ -11,6 +11,8 @@ runner:
labels:
- "ubuntu-latest:host"
- "self-hosted:host"
# Use host environment instead of containers
container_mode: "host"
cache:
enabled: true
@@ -27,6 +29,8 @@ container:
valid_volumes: []
docker_host: ""
force_pull: false
# Use host environment for better compatibility
host_network: true
host:
workdir_parent: ""