Skip to content

Commit ca3f666

Browse files
authored
Merge pull request #769 from MikeMcC399/update/migration-guide
Replace Migration guide in README with Changelog
2 parents 2ef01f2 + 7b9f54c commit ca3f666

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1298,11 +1298,17 @@ See the [example-cron.yml](./.github/workflows/example-cron.yml) workflow.
12981298

12991299
[![cron example](https://github.com/cypress-io/github-action/workflows/example-cron/badge.svg?branch=master)](.github/workflows/example-cron.yml)
13001300

1301-
## Migration guide
1301+
## Changelog
13021302

1303-
### v1 to v2
1303+
See [Releases](https://github.com/cypress-io/github-action/releases) for full details of changes.
13041304

1305-
This is noted as a breaking change ... but you should not see any changes. We have changed how we run Cypress (from using the command line to using the [NPM module API](https://on.cypress.io/module-api)), which is a big change. But hopefully our examples are complete and we did not break anyone's code.
1305+
| Version | Changes |
1306+
| ------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
1307+
| v5 | Examples and workflows additionally use Node.js 18. Use of the end-of-life Node.js version 12 in examples and workflows is removed. |
1308+
| v4 | Support for Cypress 10 and later versions is added. |
1309+
| v3 | Action runs under Node.js 16 instead of Node.js 12. |
1310+
| v2 | Cypress runs using the [NPM module API](https://docs.cypress.io/guides/guides/module-api) instead of being started via the command line. |
1311+
| v1 | *This version is no longer runnable in GitHub due to security changes.* |
13061312

13071313
## License
13081314

0 commit comments

Comments
 (0)