fix(workflows): clean up node.yaml by removing unnecessary whitespace
All checks were successful
GBCI / build (push) Successful in 5m56s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 07:35:45 -03:00
parent 8584e43cc7
commit 98e6badbb2

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: |