Skip to content

Commit d8c93b8

Browse files
authored
BREAKING: Drop Node 10 support (#893)
* BREAKING: Drop Node 10 support * Don't test Node 16 on AppVeyor, because it's not supported * package.json engines
1 parent ce29957 commit d8c93b8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ os:
33
- linux
44
- osx
55
node_js:
6-
- 10
7-
- 11
86
- 12
97
- 13
108
- 14
9+
- 15
10+
- 16
1111
env: TEST_SUITE=unit
1212
matrix:
1313
exclude:

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
environment:
33
matrix:
44
# node.js
5-
- nodejs_version: "10"
65
- nodejs_version: "12"
76
- nodejs_version: "14"
87
# Install scripts. (runs after repo cloning)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "9.1.0",
44
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
55
"engines": {
6-
"node": ">=10"
6+
"node": ">=12"
77
},
88
"homepage": "https://github.com/jprichardson/node-fs-extra",
99
"repository": {

0 commit comments

Comments
 (0)