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

Use latest sauce connect 5 version by default #277

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

budziam
Copy link
Contributor

@budziam budziam commented Jan 30, 2025

One-line summary

Description

Use the latest SC v5 by default

Types of Changes

What types of changes does your code introduce? Keep the ones that apply:

  • Configuration change

@@ -3,9 +3,9 @@ import os from 'os';

import {version} from '../package.json';

export const DEFAULT_SAUCE_CONNECT_VERSION = '5.2.2';
export const DEFAULT_SAUCE_CONNECT_VERSION = '5';
Copy link

@Choraden Choraden Jan 31, 2025

Choose a reason for hiding this comment

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

Does it run a container or how will it know latest version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

2 participants