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

BREAKING CHANGE to workflows due to Node.js upgrade 18 on Feb 13, 2023 #759

Closed
3 tasks done
MikeMcC399 opened this issue Jan 30, 2023 · 2 comments
Closed
3 tasks done

Comments

@MikeMcC399
Copy link
Collaborator

MikeMcC399 commented Jan 30, 2023

Problem description

GitHub announced in https://github.com/actions/runner-images/issues/ that the default Node.js version will be changed to 18 starting on Feb 13, 2023.

This is a breaking change for two of the example workflows in .github/workflows due to the state of the underlying apps in the examples directory.

Workflows incompatible with default Node.js 18:

Suggested fixes

Then rebase the following PRs which upgrade the apps to work with Node.js 18:

followed by a merge of these PRs.

Although cypress-io/github-action@v5 runs under node16, the apps run under the Node.js version in the workflow. If the version of Node.js is not set (for instance through actions/setup-node or a container parameter), then the app code runs under the default version of Node.js.

@MikeMcC399
Copy link
Collaborator Author

This issue is now resolved as the related PRs (see above) have been merged.

There should not be any problem caused by the planned GitHub update to use Node.js 18 as default starting on Feb 13, 2022.

@MikeMcC399
Copy link
Collaborator Author

There should not be any problem caused by the planned GitHub update to use Node.js 18 as default starting on Feb 13, 2022.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant