Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove support for previous action versions v4 and v5 #1146

Merged
merged 3 commits into from
Mar 14, 2024

Conversation

MikeMcC399
Copy link
Collaborator

This PR removes support for cypress-io/github-action@v4 and cypress-io/github-action@v5 since these versions rely on Node.js 16 which entered into End-of-Life status on Sep 11, 2023. Cypress no longer supports Node.js 16. Additionally, the GitHub blog post GitHub Actions; All Actions will run on Node20 instead of Node16 by default announces that all actions are forced to run under Node.js 20 starting on May 13, 2024, rendering the selection of lower versions of cypress-io/github-action ineffective.

cypress-io/github-action@v6 running under Node.js 20 is the currently recommended and supported version.

Background

Action version Node.js version Node.js status
v6 20 Long-Term-Support (LTS)
v5 16 End-of-life
v4 16 End-of-life
v3 16 End-of-life
v2 12 End-of-life
v1 12 End-of-life

References

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added the documentation Improvements or additions to documentation label Mar 10, 2024
@MikeMcC399 MikeMcC399 marked this pull request as ready for review March 10, 2024 13:03
@MikeMcC399
Copy link
Collaborator Author

@jennifer-shehane

You approved this PR several days ago and it is now awaiting merge. Please carry on and merge or let me know if there are any changes need. Thanks!

Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jennifer-shehane jennifer-shehane merged commit 03fc3a7 into cypress-io:master Mar 14, 2024
74 checks passed
@MikeMcC399 MikeMcC399 deleted the support-v6-only branch March 14, 2024 16:35
Copy link

🎉 This PR is included in version 6.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399 MikeMcC399 self-assigned this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants