Bump nodejs version requirement to node 12 (#16175)

One of our dependencies, yarg, now requires node 12 or later
This commit is contained in:
Claire 2021-05-07 19:52:40 +02:00 committed by GitHub
parent 1294f9ee4f
commit 2ad7bf08b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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