fix(workflows): clean up node.yaml by removing unnecessary whitespace
Some checks failed
GBCI / build (push) Failing after 27s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-26 21:43:49 -03:00
parent 7326727540
commit 3a1af21e6f

View file

@ -11,11 +11,12 @@ jobs:
runs-on: gbo runs-on: gbo
steps: steps:
- uses: actions/checkout@v4
- name: Disable SSL verification (temporary) - name: Disable SSL verification (temporary)
run: git config --global http.sslVerify false run: git config --global http.sslVerify false
- uses: actions/checkout@v4
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with: