fix(ci): bump Playwright container image to v1.62.1-noble
PR / lint (pull_request) Successful in 25s
PR / test (pull_request) Successful in 25s
PR / docker-build (pull_request) Successful in 39s
PR / e2e (pull_request) Successful in 58s

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.
This commit is contained in:
Madison Grubb
2026-08-14 18:16:41 -04:00
parent 11951e7348
commit ab8fbeeafa
+1 -1
View File
@@ -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