diff --git a/.github/workflows/learn-github-actions.yml b/.github/workflows/learn-github-actions.yml index c633bf942..6d41fdc39 100644 --- a/.github/workflows/learn-github-actions.yml +++ b/.github/workflows/learn-github-actions.yml @@ -4,9 +4,9 @@ jobs: check-bats-version: runs-on: ubuntu-latest steps: - -uses: actions/checkout@v2 - -uses: actions/setup-node@v2 + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '14' - run: npm install -g bats - run: bats -v