From 40422f5cdcbc2b0174660bafc5acbe37fae91ca3 Mon Sep 17 00:00:00 2001 From: Fredrik Lassen Date: Mon, 30 Mar 2026 15:34:31 +0200 Subject: [PATCH] #48 - pin @playwright/test to 1.58 --- 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 d99a2f4..54abaa6 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 --version='~1.57' --quiet" +ddev exec -d /var/www/html/test/playwright "npx --yes 1xINTERNET/create-dxp-playwright --version='~1.58' --quiet"