From cbc9da2d935dbc689b6b79474c52c6ef3948396a Mon Sep 17 00:00:00 2001 From: Jose Bolos Date: Fri, 26 Nov 2021 15:26:54 +0000 Subject: [PATCH] update test matrix --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4e48bf2..fc09d34 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,10 +17,9 @@ jobs: strategy: matrix: include: - - node-version: 8.x - lint: true # Linter is run only once to shorten the total build time - - node-version: 10.x - node-version: 12.x + lint: true # Linter is run only once to shorten the total build time + - node-version: 14.x steps: - name: Checkout code from ${{ github.repository }}