We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f0912 commit a4e528fCopy full SHA for a4e528f
.github/workflows/example-docker.yml
@@ -15,7 +15,7 @@ jobs:
15
browser: [chrome, edge, electron, firefox]
16
# from https://hub.docker.com/r/cypress/browsers/tags
17
container:
18
- image: cypress/browsers:node-20.14.0-chrome-126.0.6478.114-1-ff-127.0.1-edge-126.0.2592.61-1
+ image: cypress/browsers:node-22.11.0-chrome-130.0.6723.69-1-ff-132.0-edge-130.0.2849.56-1
19
options: --user 1001
20
steps:
21
- name: Checkout
0 commit comments