Change Node.js minimum version to Node 20 (#34390)
This commit is contained in:
parent
ef87cd6910
commit
a8f12a6fd8
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue