Skip to content

Commit

Permalink
Use auto in ddev for nodejs_version so it uses .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Dec 19, 2024
1 parent 42bf651 commit 6a50f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ additional_fqdns: []
use_dns_when_possible: true
composer_version: "2"
web_environment: []
nodejs_version: "20"
# nodejs_version auto reads from the .nvmrc
nodejs_version: "auto"
omit_containers: ["db"]
disable_upload_dirs_warning: true
web_extra_exposed_ports:
Expand Down

0 comments on commit 6a50f7d

Please sign in to comment.