Skip to content

Commit 3c324f9

Browse files
authored
[TASK] Adapt example code to use required nodejs v22 on DDEV quick guide
raised node version to the current requirement
1 parent 5ad3a2f commit 3c324f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Quickstart/4-DDEV.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Quick Start: Set up DDEV
2828
--database 'mariadb:10.11' \
2929
--php-version '8.2' \
3030
--composer-version 'stable' \
31-
--nodejs-version '20' \
31+
--nodejs-version '22' \
3232
\
3333
--project-tld 'ddev.site' \
3434
--router-http-port '80' \

0 commit comments

Comments
 (0)