Skip to content

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

Workflows and examples currently use the GitHub Actions actions/setup-node version v4 with runs.using: node20.

GitHub has deprecated the use of node20 and will force runners to use node24 beginning on Mar 4, 2026 - see Deprecation of Node 20 on GitHub Actions runners.

Change

  • Update all usage of actions/setup-node in examples and documentation to v6 with runs.using: node24.

  • Harmonize the step name across examples to "Install Node.js"

  • Change example usage of node-version: 22 to node-version: 24 where used in text

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added documentation Improvements or additions to documentation type: enhancement New feature or request type: dependencies labels Jan 15, 2026
@MikeMcC399 MikeMcC399 self-assigned this Jan 15, 2026
Use node-version: 24 in examples
@MikeMcC399

This comment was marked as outdated.

@MikeMcC399 MikeMcC399 marked this pull request as ready for review January 15, 2026 07:39
@MikeMcC399

This comment was marked as resolved.

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.

Thank you! 🙏🏻

@MikeMcC399

This comment was marked as resolved.

@MikeMcC399

This comment was marked as resolved.

@AtofStryker
Copy link
Contributor

@jennifer-shehane

Thank you for merging the other PRs! I did know about your holiday yesterday, but I started wondering about this one where I asked on Friday about merging.

I think this just got missed. Quite a few moving parts going on at the moment. I will go ahead and merge it in.

@AtofStryker AtofStryker merged commit b26b3c2 into cypress-io:master Jan 20, 2026
79 checks passed
@MikeMcC399
Copy link
Collaborator Author

@AtofStryker

Thank you very much!

@MikeMcC399 MikeMcC399 deleted the update/setup-node branch January 20, 2026 17:28
@github-actions
Copy link

🎉 This PR is included in version 6.10.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 type: dependencies type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update actions/setup-node to node24 version

4 participants