From 6e3344cd0fd689875b4650bc721781ac53537311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Sun, 16 Jan 2022 15:45:15 +0100 Subject: [PATCH] Skip tests on old Node.js --- .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 fe43b2a3dd57..21da127b1adc 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