Change Node.js minimum version to Node 20 (#34390)

This commit is contained in:
Renaud Chaput 2025-05-20 16:25:51 +02:00 committed by GitHub
parent ef87cd6910
commit a8f12a6fd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"license": "AGPL-3.0-or-later",
"packageManager": "yarn@4.9.1",
"engines": {
"node": ">=18"
"node": ">=20"
},
"description": "Mastodon's Streaming Server",
"private": true,