diff --git a/.travis.yml b/.travis.yml index b2d8c293..18757d03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ os: - linux - osx node_js: - - 10 - - 11 - 12 - 13 - 14 + - 15 + - 16 env: TEST_SUITE=unit matrix: exclude: diff --git a/appveyor.yml b/appveyor.yml index e00f56b0..a397dcba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,6 @@ environment: matrix: # node.js - - nodejs_version: "10" - nodejs_version: "12" - nodejs_version: "14" # Install scripts. (runs after repo cloning) diff --git a/package.json b/package.json index 6f7d8ddb..69212c86 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "9.1.0", "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.", "engines": { - "node": ">=10" + "node": ">=12" }, "homepage": "https://github.com/jprichardson/node-fs-extra", "repository": {