From 28fb15a6bacb71ec5b772baecae374f765c05930 Mon Sep 17 00:00:00 2001 From: tobspr <> Date: Thu, 14 May 2020 09:20:53 +0200 Subject: [PATCH] Fix, 7 --- .github/workflows/ci-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index eb9e4cdb..c319d149 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -5,8 +5,8 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 strategy: - matrix: - node-version: [10.x] + matrix: + node-version: [10.x] steps: - uses: actions/checkout@v1 - name: Lint