Skip to content

Commit

Permalink
Use nodejs_version: auto in DDEV and standardize on .node-version fil…
Browse files Browse the repository at this point in the history
…e instead (#226)
  • Loading branch information
apotek authored Dec 9, 2024
1 parent 9f4aee8 commit 132a091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ additional_fqdns: []
use_dns_when_possible: true
composer_version: "2"
web_environment: []
nodejs_version: "18"
nodejs_version: auto
omit_containers:
- db

Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18

0 comments on commit 132a091

Please sign in to comment.