Skip to content

Commit

Permalink
fix: correct minimum Node version based on fs.promises stability (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 10, 2020
1 parent 7bef1ac commit 30ee4e7
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 @@ -29,7 +29,7 @@
"extract"
],
"engines": {
"node": ">= 10.12.0"
"node": ">= 10.17.0"
},
"dependencies": {
"debug": "^4.1.1",
Expand Down

0 comments on commit 30ee4e7

Please sign in to comment.