Bump nodejs version requirement to node 12 (#16175)

One of our dependencies, yarg, now requires node 12 or later
master
Claire 3 years ago committed by GitHub
parent 1294f9ee4f
commit 2ad7bf08b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

@ -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…
Cancel
Save