From 7fb46efb664bc45358aad803ec036984a22adb5d Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Tue, 5 Oct 2021 23:05:00 +0000 Subject: [PATCH] removed extra tabs (versions.yml) --- .github/workflows/versions.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index c769c53e..4452d1be 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -83,12 +83,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - steps: - - uses: actions/checkout@v2 - - name: Setup node test - uses: ./ - with: - node-version-file: '.nvmrc' + steps: + - uses: actions/checkout@v2 + - name: Setup node test + uses: ./ + with: + node-version-file: '.nvmrc' node-dist: runs-on: ${{ matrix.os }} strategy: