From 7135d412478d64f00297503f6b8513c79afc0e06 Mon Sep 17 00:00:00 2001 From: Fredrik Lassen Date: Tue, 17 Mar 2026 17:30:21 +0100 Subject: [PATCH] #44 - pin, pin, pin that thing to 0.5.0 --- commands/host/1x-playwright-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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