From cb1f441b1e9d142e273eea2bf7ae2eed04a72b4d Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 20 Feb 2021 12:22:47 +0100 Subject: [PATCH] update --- .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 a2fc46f8..9ff91157 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: