allow Node 12

This commit is contained in:
Rob Colbert 2020-04-03 14:40:10 -04:00
parent 81ebdf0105
commit 2c8cd28e55
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "gab-social",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=10 <11"
"node": ">=10 <13"
},
"scripts": {
"postversion": "git push --tags",