Skip to content

Commit

Permalink
Add node 16 back to default lando file to support theme helpers. (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
finnlewis authored Apr 24, 2023
1 parent 5b0294f commit 0e730c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .lando.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ services:
image: dehy/adminer
command: '/bin/s6-svscan /etc/services.d'
portforward: true
node:
type: 'node:16'
globals:
gulp-cli: latest
overrides:
ports:
- '3050:3050'
chromedriver:
type: compose
services:
Expand Down Expand Up @@ -85,6 +92,14 @@ tooling:
description: Disable xdebug for apache.
cmd: "rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && /etc/init.d/apache2 reload"
user: root
gulp:
service: node
node:
service: node
npm:
service: node
yarn:
service: node
update-solr-config:
service: appserver
cmd: /app/.lando/update-solr-config.sh

0 comments on commit 0e730c1

Please sign in to comment.