fix(workflows): clean up node.yaml by removing unnecessary whitespace
Some checks failed
GBCI / build (push) Failing after 27s
Some checks failed
GBCI / build (push) Failing after 27s
This commit is contained in:
parent
7326727540
commit
3a1af21e6f
1 changed files with 4 additions and 3 deletions
|
@ -11,11 +11,12 @@ jobs:
|
|||
runs-on: gbo
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: Disable SSL verification (temporary)
|
||||
run: git config --global http.sslVerify false
|
||||
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue