From 07607fa7c7456cbb3b405d9f83e7ce55e313c5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 9 Nov 2020 12:08:23 -0500 Subject: [PATCH] chore: remove Node.js 13 from CI (#12328) --- .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