Set required node version to 12.10.0

The required node versions for the recursive flag of fs.mkdir & fs.rmdir are:
- fs.mkdir: >=v11.3.0
- fs.rmdir: >=v12.10.0
pull/3/head
Christopher Pietsch 5 years ago committed by GitHub
parent ea4b21b1d1
commit e7f943baa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@
"prepublishOnly": "yarn build && yarn changelog"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.10.0"
},
"gitHooks": {
"pre-commit": "lint-staged"

Loading…
Cancel
Save