Require nodejs 10.13 as minimum release. (#12791)
* Update package.json * Update README.md
This commit is contained in:
parent
2a5dee0f08
commit
c10ff359a2
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "@tootsuite/mastodon",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"engines": {
|
||||
"node": ">=8.12 <13"
|
||||
"node": ">=10.13 <13"
|
||||
},
|
||||
"scripts": {
|
||||
"postversion": "git push --tags",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue