We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e4af9 commit 49e864aCopy full SHA for 49e864a
.github/workflows/playwright.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Test component
9
runs-on: ubuntu-latest
10
container:
11
- image: mcr.microsoft.com/playwright:v1.45.3-jammy
+ image: mcr.microsoft.com/playwright:v1.51.1-jammy
12
steps:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
scripts/playwright-docker.sh
@@ -3,7 +3,7 @@
3
set -euo pipefail
4
5
IMAGE_NAME="mcr.microsoft.com/playwright"
6
-IMAGE_TAG="v1.45.3-jammy" # This version have to be synchronized with playwright version from package.json
+IMAGE_TAG="v1.51.1-jammy" # This version have to be synchronized with playwright version from package.json
7
NODE_MODULES_CACHE_DIR="$HOME/.cache/page-constructor-playwright-docker-node-modules"
0 commit comments