Drop support for Node.js 14 (#25198)

lolsob-rspec
Renaud Chaput 2023-05-31 08:42:40 +02:00 committed by GitHub
parent 75ebb60ef6
commit e3d64f03a6
1 changed files with 1 additions and 1 deletions

View File

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