cypress-io / github-action

GitHub Action for running Cypress end-to-end & component tests
https://on.cypress.io/guides/continuous-integration/github-actions
MIT License
1.35k stars 357 forks source link

test(deps): update example-docker image version to node-20.14.0 #1206

Closed MikeMcC399 closed 2 months ago

MikeMcC399 commented 2 months ago

Issue

.github/workflows/example-docker.yml uses

This is outdated.

Change

update the cypress/browsers Docker image in .github/workflows/example-docker.yml to

Add names to steps for better log file readability.

Verification

Check that the workflow is successful.

Note that the Node.js version reported by Cypress comes from https://github.com/actions/runner/blob/main/src/Misc/externals.sh (currently NODE20_VERSION="20.13.1") as explained in README > Node.js > Usage.

cypress-app-bot commented 2 months ago
github-actions[bot] commented 1 month ago

:tada: This PR is included in version 6.7.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: