diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fab050c8..7197f8e4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,11 +9,10 @@ on: jobs: build: runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [12.x] - + strategy: + matrix: + node-version: [12.x] + steps: - uses: actions/checkout@v1 - name: Use latest Node.js