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