Skip to content

Commit

Permalink
fix: Reflect minimum required NodeJS (#1045)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
breautek authored Oct 6, 2020
1 parent e125ab1 commit 39e3156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"rewire": "^5.0.0"
},
"engines": {
"node": ">=10.0.0"
"node": ">=10.10.0"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 39e3156

Please sign in to comment.