From 3c35a858ab4d619654e27b921206d315fab855d6 Mon Sep 17 00:00:00 2001 From: literat Date: Mon, 23 Oct 2023 15:30:12 +0200 Subject: [PATCH] fixup! Deps: Update all non-major dependencies --- bin/make/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/make/e2e.sh b/bin/make/e2e.sh index 74c30b934a..e68bccff57 100755 --- a/bin/make/e2e.sh +++ b/bin/make/e2e.sh @@ -2,7 +2,7 @@ set -o errexit -PLAYWRIGHT_VERSION=1.38.1 +PLAYWRIGHT_VERSION=1.39.0 UBUNTU_VERSION=jammy docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v$PLAYWRIGHT_VERSION-$UBUNTU_VERSION yarn test:e2e