mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Change Node.js minimum version to Node 20 (#34390)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user