Skip to content

Commit fcc13d9

Browse files
author
childish-sambino
authored
fix: increase Node minimum version requirement to 10.12.0 (twilio#91)
Relates to twilio#90 [mkdirSync](https://nodejs.org/api/fs.html#fs_fs_mkdirsync_path_options) is used with the recursive option which wasn't added until 10.12.0 so we should enforce this as the minimum version.
1 parent 9d6fef1 commit fcc13d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"tmp": "0.1.0"
3939
},
4040
"engines": {
41-
"node": ">=10.0.0"
41+
"node": ">=10.12.0"
4242
},
4343
"files": [
4444
"/bin",

0 commit comments

Comments
 (0)