Skip to content

Commit 49e864a

Browse files
committed
chore: update Playwright version to v1.51.1 in workflow and script
1 parent 80e4af9 commit 49e864a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Test component
99
runs-on: ubuntu-latest
1010
container:
11-
image: mcr.microsoft.com/playwright:v1.45.3-jammy
11+
image: mcr.microsoft.com/playwright:v1.51.1-jammy
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4

scripts/playwright-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
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
6+
IMAGE_TAG="v1.51.1-jammy" # This version have to be synchronized with playwright version from package.json
77

88
NODE_MODULES_CACHE_DIR="$HOME/.cache/page-constructor-playwright-docker-node-modules"
99

0 commit comments

Comments
 (0)