Skip to content

Commit

Permalink
refactor: Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 8, 2024
1 parent a985a5b commit 122c3b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/setup-dependency/install-external/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ module.exports = async (dependencyContext, userConfiguration, progressData) => {

const { latestVersion } = externalContext;
if (latestSupportedPublishedVersion !== latestVersion) {
// Latest version not supported, therefore dependency is installed directly (not linked)
log[resolveLogLevel(dependentContext, progressData)](
"%s references %s by %s version range, which doesn't match the latest",
dependentContext.name, name, versionRange
Expand Down

0 comments on commit 122c3b1

Please sign in to comment.