Browse Source

Bump nodejs version requirement to node 12 (#16175)

One of our dependencies, yarg, now requires node 12 or later
closed-social-v3
Claire 3 years ago
committed by GitHub
parent
commit
2ad7bf08b4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json 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",

Loading…
Cancel
Save