Skip to content

Commit 5f2b796

Browse files
authored
docs: use cypress/browsers:22.15.0 in README example (#514)
1 parent 87b5fad commit 5f2b796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ orbs:
149149
cypress: cypress-io/cypress@3
150150
executor:
151151
docker:
152-
image: cypress/browsers:node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1 # your Docker image here
152+
image: cypress/browsers:22.15.0 # your Docker image here
153153
jobs:
154154
- cypress/run:
155155
```

0 commit comments

Comments
 (0)