diff --git a/.travis.yml b/.travis.yml index b0d539f170..909f0d2cdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,9 @@ cache: npm: true node_js: - - "8" - "10" - "12" - - "13" + - "14" script: - if [[ $TRAVIS_OS_NAME == "linux" ]]; then diff --git a/appveyor.yml b/appveyor.yml index 36526086b0..42032133d6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,18 +8,17 @@ image: # Test against these versions of Node.js. environment: matrix: - - nodejs_version: "13" + - nodejs_version: "14" - nodejs_version: "12" - nodejs_version: "10" - - nodejs_version: "8" - + matrix: fast_finish: true # Install scripts. (runs after repo cloning) install: - ps: Install-Product node $env:nodejs_version - + before_test: - npm install diff --git a/package.json b/package.json index 67904bf6fc..2b122987ee 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "sinon": "^8.0.1" }, "engines": { - "node": ">=8.10.0" + "node": ">=10.13.0" }, "husky": { "hooks": {