fix: Reflect minimum required NodeJS (#1045)

Project uses APIs only added in 10.10, namely ProjectBuilder.js readdirSync(), with `withFileTypes` option.
https://nodejs.org/api/fs.html#fs_fs_readdirsync_path_options
This commit is contained in:
Norman Breau
2020-10-06 10:12:04 -03:00
committed by GitHub
parent e125ab1b9a
commit 39e315628e

View File

@@ -43,7 +43,7 @@
"rewire": "^5.0.0"
},
"engines": {
"node": ">=10.0.0"
"node": ">=10.10.0"
},
"nyc": {
"include": [