diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32e5fa02b36c5..24038050e6ab4 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 cfb265e189ef3..34d6682cda273 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