diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index b15baf33..68f755c5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v1 diff --git a/.travis.yml b/.travis.yml index 4e714160..733cdb93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,12 +4,9 @@ sudo: false node_js: - 'node' - - '11' + - '14' + - '12' - '10' - - '9' - - '8' - - '7' - - '6' after_success: - ./bin/codecov -e TRAVIS_NODE_VERSION -f coverage/*.json diff --git a/appveyor.yml b/appveyor.yml index 53f04412..d4753d59 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,11 +1,8 @@ environment: matrix: - - nodejs_version: '11' + - nodejs_version: '14' + - nodejs_version: '12' - nodejs_version: '10' - - nodejs_version: '9' - - nodejs_version: '8' - - nodejs_version: '7' - - nodejs_version: '6' max_jobs: 4 diff --git a/circle.yml b/circle.yml index 3dde1e3d..8c9c18cf 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: node: - version: 4 + version: 14 test: post: