From e41eab15ffafbbb4f97edadb417f6efb8ab695e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Fri, 6 Nov 2020 20:48:13 -0500 Subject: [PATCH] chore: remove Node.js 13 from 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 89f97ca93d85..874ef011dcc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 13, 12, 10, 8, 6] + node-version: [14, 12, 10, 8, 6] steps: - name: Checkout code uses: actions/checkout@v2