Skip to content

Commit

Permalink
tests(deps): update docker example node.js to 22.11.0 (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Nov 4, 2024
1 parent f1f0912 commit a4e528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
browser: [chrome, edge, electron, firefox]
# from https://hub.docker.com/r/cypress/browsers/tags
container:
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
options: --user 1001
steps:
- name: Checkout
Expand Down

0 comments on commit a4e528f

Please sign in to comment.