Skip to content

Commit

Permalink
Update .lando.yml
Browse files Browse the repository at this point in the history
- Use default version node and phpmyadmin
  • Loading branch information
serwin35 authored Jun 11, 2023
1 parent fa4b1eb commit 37d9ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ services:
database:
portforward: 3307
phpmyadmin:
type: phpmyadmin:5.1
type: phpmyadmin
hosts:
- database
node:
type: node:20
type: node
build:
- npm --prefix src install
- npm --prefix src run build
Expand Down

0 comments on commit 37d9ec3

Please sign in to comment.