From 1f3e9edcfb49935f5b3bc84f7876d7e64d38ebb3 Mon Sep 17 00:00:00 2001 From: Fredrik Lassen Date: Tue, 10 Mar 2026 23:40:41 +0100 Subject: [PATCH] #34 - pin version due to qaackiness --- 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..0b4aa49 100755 --- a/commands/host/1x-playwright-install +++ b/commands/host/1x-playwright-install @@ -36,4 +36,4 @@ ddev install-playwright [ "${DDEV_MUTAGEN_ENABLED:-}" = "true" ] && ddev mutagen sync # Use our forked starterkit https://github.com/1xINTERNET/create-dxp-playwright to scaffold. -ddev exec -d /var/www/html/test/playwright "npx --yes 1xINTERNET/create-dxp-playwright --lang=Javascript --quiet" +ddev exec -d /var/www/html/test/playwright "npx --yes 1xINTERNET/create-dxp-playwright --version='~1.57' --quiet"