diff --git a/commands/host/1x-playwright-install b/commands/host/1x-playwright-install index 01289d4..059c870 100755 --- a/commands/host/1x-playwright-install +++ b/commands/host/1x-playwright-install @@ -20,7 +20,7 @@ if [ -z "$DXP_REGISTRY" ] ; then fi echo -e "${GREEN}Installing playwright (within DDEV):${NC}" -ddev add-on get lullabot/ddev-playwright +ddev add-on get lullabot/ddev-playwright --version 0.5.0 ddev restart [ "${DDEV_MUTAGEN_ENABLED:-}" = "true" ] && ddev mutagen sync