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: explain node.js usage #961

Merged
merged 2 commits into from
Jul 14, 2023

Conversation

MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Jul 12, 2023

This PR adds an explanation to the README > Node.js section regarding which version of Node.js is used by github-action.

  • The Cypress Module API call uses the version of Node.js defined in action.yml. For github-action@v5 this is currently Node.js 16.16.0. GitHub currently only offers the node16 environment for the runs.using option of GitHub JavaScript Actions.

  • Other github-action options which execute commands, such as install-command, build, start and command use the version installed into the runner. The current default for GitHub-hosted runners is Node.js 18.16.1.

Related issues

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review July 12, 2023 15:06
@MikeMcC399

This comment was marked as outdated.

@lmiller1990 lmiller1990 merged commit 49af511 into cypress-io:master Jul 14, 2023
112 checks passed
@MikeMcC399 MikeMcC399 deleted the docs/node-js-usage branch July 14, 2023 04:47
@github-actions
Copy link

🎉 This PR is included in version 5.8.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399 MikeMcC399 added the documentation Improvements or additions to documentation label Jan 22, 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.

5 participants