Current situation
Example workflows in examples/v10 are configured to use Cypress 10.0.0, released on June 1, 2022. Since then, Cypress 11 and Cypress 12 have been released. The version is stored in package.json files, package-lock.json, yarn.lock and pnpm-lock.yaml files.
Suggested change
Update all v10 example workflows in examples/v10 to use the latest Cypress version according to the Cypress changelog.
Benefits
Updating the v10 examples to use the latest Cypress version provides increased confidence that GHA is up-to-date and compatible with the latest Cypress major version (12).
Current situation
Example workflows in examples/v10 are configured to use Cypress 10.0.0, released on June 1, 2022. Since then, Cypress 11 and Cypress 12 have been released. The version is stored in
package.jsonfiles,package-lock.json,yarn.lockandpnpm-lock.yamlfiles.Suggested change
Update all v10 example workflows in examples/v10 to use the latest Cypress version according to the Cypress changelog.
Benefits
Updating the v10 examples to use the latest Cypress version provides increased confidence that GHA is up-to-date and compatible with the latest Cypress major version (12).