2
0

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
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"
},
"workspaces": [
".",