node v12 support (#11706)

This commit is contained in:
abcang 2019-08-30 14:41:38 +09:00 committed by Eugen Rochko
parent 9871904172
commit f6e7f94146
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "mastodon",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=8.12 <12"
"node": ">=8.12 <13"
},
"scripts": {
"postversion": "git push --tags",