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: