From 6f479f39e2442615f67551036a7e6c174527ff42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20N=C3=A4gler?= Date: Mon, 1 Jun 2026 16:40:10 +0200 Subject: [PATCH] Change Node.js version for DDEV setup Updated Node.js version from 22 to 24 in DDEV configuration. --- Documentation/Appendix/SettingUpTypo3Ddev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Appendix/SettingUpTypo3Ddev.rst b/Documentation/Appendix/SettingUpTypo3Ddev.rst index 784df57..ba14622 100644 --- a/Documentation/Appendix/SettingUpTypo3Ddev.rst +++ b/Documentation/Appendix/SettingUpTypo3Ddev.rst @@ -89,7 +89,7 @@ or edit the configuration file :file:`.ddev/config.yaml` manually. # Add necessary packages for the npm build process, # (only needed if you are working on assets): - ddev config --nodejs-version='22' + ddev config --nodejs-version='24' ddev config --webimage-extra-packages='automake,build-essential,locales-all' Optionally, set a new HTTP/HTTPS port to avoid conflicts with local defaults.