From 9c67298d69946d4ba0887c3648d3404e835c6902 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Wed, 13 May 2020 16:22:01 +0800 Subject: [PATCH] test: run test on node 14 (#4272) --- .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 149126c50b..1a2f17fdd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest] - node-version: [8, 10, 12] + node-version: [8, 10, 12, 14] steps: - name: Checkout Git Source uses: actions/checkout@master diff --git a/.travis.yml b/.travis.yml index c22a733287..84fb1cc9bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ node_js: - '8' - '10' - '12' - - '13' + - '14' before_install: - npm install -g npminstall install: