mirror of https://github.com/Siphonay/mastodon
node v12 support (#11706)
This commit is contained in:
parent
9871904172
commit
f6e7f94146
|
@ -2,7 +2,7 @@
|
||||||
"name": "mastodon",
|
"name": "mastodon",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12 <12"
|
"node": ">=8.12 <13"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postversion": "git push --tags",
|
"postversion": "git push --tags",
|
||||||
|
|
Loading…
Reference in New Issue