From ab8fbeeafa7717e40bbe403566f21240c379f622 Mon Sep 17 00:00:00 2001 From: Madison Grubb Date: Fri, 14 Aug 2026 18:16:41 -0400 Subject: [PATCH] fix(ci): bump Playwright container image to v1.62.1-noble The e2e job was pinned to mcr.microsoft.com/playwright:v1.61.1-noble, which has browser binaries incompatible with @playwright/test 1.62.1. --- .gitea/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index 238335d..58aef7d 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -41,7 +41,7 @@ jobs: e2e: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.61.1-noble + image: mcr.microsoft.com/playwright:v1.62.1-noble steps: - uses: https://git.keligrubb.com/actions/checkout@v7