Updated node engine value to >=10.13
• Updated: - node engine value to >=10.13
This commit is contained in:
parent
30c05a6e96
commit
578da9faae
|
@ -2,7 +2,7 @@
|
|||
"name": "gab-social",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"engines": {
|
||||
"node": ">=10 <13"
|
||||
"node": ">=10.13"
|
||||
},
|
||||
"scripts": {
|
||||
"postversion": "git push --tags",
|
||||
|
|
Loading…
Reference in New Issue