From 668324ad4a9177c80f4b5ba6fed9a8b615e4daed Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Sat, 7 Dec 2024 01:14:12 +0100 Subject: [PATCH] bump --- .github/workflows/test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 4e1ce7fdb..0d3f7da52 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -30,7 +30,7 @@ jobs: e2e: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.49.0-focal + image: mcr.microsoft.com/playwright:v1.46.0-noble steps: - name: Checkout uses: actions/checkout@v4