fix(workflows): clean up node.yaml by removing unnecessary whitespace

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 07:35:45 -03:00
parent 49e0ba23fb
commit a6f87e8b91

View file

@ -44,7 +44,7 @@ jobs:
- name: Kill previous Node.js process (if running)
run: |
pkill -f "node dist/src/app.js" || true # Ignore if process doesn't exist
pkill -f "node dist/src/app.js" || true
- name: Start Node.js in background (and persist after workflow)
run: |