Skip to content

Commit 30ee4e7

Browse files
authored
fix: correct minimum Node version based on fs.promises stability (#105)
1 parent 7bef1ac commit 30ee4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"extract"
3030
],
3131
"engines": {
32-
"node": ">= 10.12.0"
32+
"node": ">= 10.17.0"
3333
},
3434
"dependencies": {
3535
"debug": "^4.1.1",

0 commit comments

Comments
 (0)