From 90ab7f23ce548fea75bdb6a0e669350e1f89060d Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Fri, 9 Apr 2021 13:29:33 -0400 Subject: [PATCH] add node14 targets to CI --- .github/workflows/ci.yml | 2 +- .travis.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acffa4fbbd53b..fdb499b29b7c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [6.x, 8.x, 10.x, 12.x] + node-version: [6.x, 8.x, 10.x, 12.x, 14.x] os: [ubuntu-latest, windows-latest, macOS-latest] runs-on: ${{ matrix.os }} diff --git a/.travis.yml b/.travis.yml index 9fb0d51133692..16165cd643da8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ os: - windows node_js: + - 14 - 12 - 10 - 8