From 2e0c1401473363e7f19486c8609b47db5bce4d48 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Fri, 20 Sep 2019 15:17:27 -0500 Subject: [PATCH] chore: trim strategy --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdafcbf..9e77717 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,16 +7,12 @@ jobs: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [10.x] - steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: - node-version: ${{ matrix.node-version }} + node-version: 10.x - name: npm install and test run: | npm ci