fix(workflows): clean up node.yaml by removing unnecessary whitespace
This commit is contained in:
parent
639c603e00
commit
9ddc55222c
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