From aa614f4e282776f78a6e914a61b279a48bc3fb08 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sat, 20 Feb 2021 12:25:38 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2fc46f..9ff9115 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '14', '13', '12', '11', '10', '8' ] + node: [ '14', '13', '12' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: