From dd09e8799c08238f6a9aed3399e3d12c600403cb Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Thu, 6 Aug 2020 14:14:21 -0700 Subject: [PATCH] Update CI node versions (#39940) Drop 8, add 14 --- .github/workflows/ci.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32e5fa02b36..24038050e6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 13.x] + node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml index cfb265e189e..34d6682cda2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: node_js node_js: - 'node' + - '12' - '10' - - '8' env: - workerCount=3 timeout=600000