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 }}