From c786c169f603be0b2e49be3e754b0ebe1bdd2285 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Mon, 26 Aug 2019 21:13:53 -0400 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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