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

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-26 21:36:37 -03:00
parent f2bf5bc047
commit 7326727540

View file

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