fix: set minimum node version to 12.13.0

this is to match sharp >=0.29.0, and also because node 10 is already
phased out
https://nodejs.org/en/about/releases/
This commit is contained in:
Bobby 2022-03-03 17:58:00 +07:00
parent 36637258b9
commit 3457b1b7ee
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -10,7 +10,7 @@
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.13.0"
},
"license": "MIT",
"scripts": {