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: factory to use nodejs v20 #920

Merged
merged 5 commits into from
Aug 9, 2023

Conversation

AtofStryker
Copy link
Contributor

BREAKING CHANGE: the cypress docker factory by default will now use node version 20.5.0. For node 18, please use v2

Uses node v20.5.0 by default which is the current node. factory v2 will be used for 18 which is current LTS

@AtofStryker AtofStryker force-pushed the breaking/node_20_default_factory_version branch from 24499c2 to fac47ab Compare August 7, 2023 21:50
factory/CHANGELOG.md Outdated Show resolved Hide resolved
@AtofStryker AtofStryker force-pushed the breaking/node_20_default_factory_version branch from 70f42b8 to 1b0c59e Compare August 8, 2023 14:26
BREAKING CHANGE: the cypress docker factory by default will now use node
version 20.5.0. For node 18, please use v2
Comment on lines 59 to 60
openssl \
ca-certificates
Copy link
Member

Choose a reason for hiding this comment

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

move these to be above the # build only dependancies: removed in onbuild step comment since these aren't removed in the on build. put a comment above them as for why they're needed.

@mjhenkes
Copy link
Member

mjhenkes commented Aug 8, 2023

Can remove ca-certs install from
https://github.com/cypress-io/cypress-docker-images/blob/master/factory/installScripts/node/default.sh#L19
and
https://github.com/cypress-io/cypress-docker-images/blob/master/factory/installScripts/edge/default.sh#L5-L6

since it will already have been installed.

@AtofStryker
Copy link
Contributor Author

@mjhenkes should have it addressed in ac33b88

@AtofStryker AtofStryker merged commit bae5c37 into master Aug 9, 2023
33 checks passed
@AtofStryker AtofStryker deleted the breaking/node_20_default_factory_version branch August 9, 2023 14:22
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

Successfully merging this pull request may close these issues.

None yet

3 participants