Skip to content

Commit a0cec11

Browse files
Requires Node.js >= 10.12.0 due to fs.mkdirSync recursive option.
In earlier Node.js 10.x `mkdirSync` will fail if more than one directory level is missing. Thanks to @XhmikosR for pointing this out.
1 parent 4e9aba8 commit a0cec11

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
@@ -45,6 +45,6 @@
4545
"vows": "^0.8.3"
4646
},
4747
"engines": {
48-
"node": ">= 10.0"
48+
"node": ">= 10.12.0"
4949
}
5050
}

0 commit comments

Comments
 (0)