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