Archived
2
0
Fork 0

Downgrade Node.js requirement to 14+ (#22342)

This commit is contained in:
Claire 2023-01-05 13:47:36 +01:00 committed by GitHub
parent 18fb01ef7c
commit bf5fc20858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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