mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
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:
parent
36637258b9
commit
3457b1b7ee
@ -10,7 +10,7 @@
|
||||
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=12.13.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user