Bump nodejs version requirement to node 12 (#16175)
One of our dependencies, yarg, now requires node 12 or latermain
parent
1294f9ee4f
commit
2ad7bf08b4
|
@ -2,7 +2,7 @@
|
|||
"name": "@tootsuite/mastodon",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"engines": {
|
||||
"node": ">=10.13"
|
||||
"node": ">=12"
|
||||
},
|
||||
"scripts": {
|
||||
"postversion": "git push --tags",
|
||||
|
|
Loading…
Reference in New Issue