forked from cybrespace/mastodon
Specify node version to not use node11 (#9166)
uWS has no support node11 yet.
This commit is contained in:
parent
66019b0ec4
commit
7800e1af7e
|
@ -2,7 +2,7 @@
|
||||||
"name": "mastodon",
|
"name": "mastodon",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=8 <11"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postversion": "git push --tags",
|
"postversion": "git push --tags",
|
||||||
|
|
Loading…
Reference in New Issue