diff --git a/.github/workflows/linux-tests.yml b/.github/workflows/linux-tests.yml index 030231d..0990f3d 100644 --- a/.github/workflows/linux-tests.yml +++ b/.github/workflows/linux-tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [10.x, 12.x] steps: - name: Checkout project @@ -33,7 +33,7 @@ jobs: - name: Lint Files run: npm run lint - - name: Run Tests and Converage + - name: Run Tests and Coverage env: CI: true run: npm run test-cover diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 1bc7140..850717d 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [10.x, 12.x] steps: - name: Checkout project