Skip to content
Snippets Groups Projects
Unverified Commit 2ad7bf08 authored by Claire's avatar Claire Committed by GitHub
Browse files

Bump nodejs version requirement to node 12 (#16175)

One of our dependencies, yarg, now requires node 12 or later
parent 1294f9ee
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"name": "@tootsuite/mastodon",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=10.13"
"node": ">=12"
},
"scripts": {
"postversion": "git push --tags",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment