Skip to content

Commit

Permalink
test(deps): update example-docker image version to node-20.14.0 (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jun 24, 2024
1 parent f711ed6 commit f6f2cc1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/example-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
browser: [chrome, edge, electron, firefox]
# from https://hub.docker.com/r/cypress/browsers/tags
container:
image: cypress/browsers:node-20.5.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1
image: cypress/browsers:node-20.14.0-chrome-126.0.6478.114-1-ff-127.0.1-edge-126.0.2592.61-1
options: --user 1001
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
# replace with the following for regular use:
# uses: cypress-io/github-action@v6
- uses: ./
- name: Cypress tests
uses: ./
with:
working-directory: examples/basic
browser: ${{ matrix.browser }}

0 comments on commit f6f2cc1

Please sign in to comment.