Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit cd89acd

Browse files
Update mcr.microsoft.com/playwright Docker tag to v1.36.2
1 parent d497d83 commit cd89acd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ orbs:
88
jobs:
99
e2e_test:
1010
docker:
11-
- image: mcr.microsoft.com/playwright:v1.34.3-focal
11+
- image: mcr.microsoft.com/playwright:v1.36.2-focal
1212
steps:
1313
- checkout
1414
- node/install-packages
@@ -21,7 +21,7 @@ jobs:
2121
e2e_test_parallel:
2222
parallelism: 10 # Parallelism
2323
docker:
24-
- image: mcr.microsoft.com/playwright:v1.34.3-focal
24+
- image: mcr.microsoft.com/playwright:v1.36.2-focal
2525
steps:
2626
- checkout
2727
- node/install-packages

0 commit comments

Comments
 (0)