Skip to content

Commit

Permalink
BREAKING: Drop Node 10 support (#893)
Browse files Browse the repository at this point in the history
* BREAKING: Drop Node 10 support

* Don't test Node 16 on AppVeyor, because it's not supported

* package.json engines
  • Loading branch information
RyanZim committed Apr 30, 2021
1 parent ce29957 commit d8c93b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,11 +3,11 @@ os:
- linux
- osx
node_js:
- 10
- 11
- 12
- 13
- 14
- 15
- 16
env: TEST_SUITE=unit
matrix:
exclude:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,6 @@
environment:
matrix:
# node.js
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"
# Install scripts. (runs after repo cloning)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit d8c93b8

Please sign in to comment.