diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9229a5b9..b241bddd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,9 +7,9 @@ jobs: steps: - name: 🚀 Checkout uses: actions/checkout@v3 - with: - persist-credentials: false - fetch-depth: 0 + with: + persist-credentials: false + fetch-depth: 0 - name: 🎯 Read .nvmrc run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"