From debfaee18f3145c210d929fb5e659d47a64ddef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Mon, 15 Nov 2021 00:10:37 +0100 Subject: [PATCH] Skip old Node.js for now on CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03782d03a3f8..0cd44c535e9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16, 14, 12, 10, 8, 6] + node-version: [16, 14, 12] steps: - name: Checkout code uses: actions/checkout@v2