Use the latest version of Microsoft's Docker image
All checks were successful
Playwright Tests / test (pull_request) Successful in 5m16s

This commit is contained in:
Manuel Bustillo 2024-08-11 21:36:32 +02:00
parent eb4e04737d
commit 2c8276862b

View File

@ -9,7 +9,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.34.3-jammy
image: mcr.microsoft.com/playwright:latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4