mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
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:
parent
e125ab1b9a
commit
39e315628e
@ -43,7 +43,7 @@
|
||||
"rewire": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=10.10.0"
|
||||
},
|
||||
"nyc": {
|
||||
"include": [
|
||||
|
Loading…
Reference in New Issue
Block a user