Skip to content

Commit d51b2bb

Browse files
committed
Adds Node minimum version
1 parent 2559342 commit d51b2bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
A temporary fork of [`timkendrick/recursive-copy`](https://github.com/timkendrick/recursive-copy) to satisfy https://github.com/11ty/eleventy/issues/3299 as Eleventy slowly [moves to use Node native API `fs.cp`](https://github.com/11ty/eleventy/issues/3360).
44

5+
- v5.x requires Node 20+
56
- v4.x requires Node 18+
67
- v3.x requires Node 0.10+
78
- v2.x requires Node 0.10+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.0.0",
44
"description": "A fork of `recursive-copy`: Simple, flexible file copy utility",
55
"engines": {
6-
"node": ">=18"
6+
"node": ">=20"
77
},
88
"main": "index.js",
99
"types": "index.d.ts",

0 commit comments

Comments
 (0)