Skip to content

Commit b79aa1e

Browse files
authored
[TASK] Update DDEV setup to use default nodejs 22
Asset development for v13 now requires alt least node >=22
1 parent e34a1e7 commit b79aa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Appendix/SettingUpTypo3Ddev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ or edit the configuration file :file:`.ddev/config.yaml` manually.
8282
8383
# Add necessary packages for the npm build process,
8484
# (only needed if you are working on assets):
85-
ddev config --nodejs-version="18"
85+
ddev config --nodejs-version="22"
8686
ddev config --webimage-extra-packages="automake,build-essential"
8787
8888
Optionally, set a new HTTP/HTTPS port to avoid conflicts with local defaults.

0 commit comments

Comments
 (0)