From 64cbfac84b93ed4970327000cc5e3cfd819012e4 Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Wed, 4 Dec 2019 21:32:55 -0600 Subject: [PATCH] Remove matrix --- .github/workflows/unit_tests.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index e1543df1..f52f9cc9 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -4,19 +4,17 @@ on: [push] jobs: unit-tests: - runs-on: ubuntu-latest + name: Unit Tests - strategy: - matrix: - node-version: [10.x, 12.x] + runs-on: ubuntu-latest steps: # Setup - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js 12.x uses: actions/setup-node@v1 with: - node-version: ${{ matrix.node-version }} + node-version: 12.x - run: npm install # npm run