Skip to content

Commit

Permalink
fix: check if upgrade ignored due to engines fails due to usage of ra…
Browse files Browse the repository at this point in the history
…nges
  • Loading branch information
rbnayax committed Aug 8, 2024
1 parent 51bd98b commit c9f613b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/getIgnoredUpgradesDueToEnginesNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function getIgnoredUpgradesDueToEnginesNode(
loglevel: 'silent',
})
const latestVersions = keyValueBy(latestVersionResults, (dep, result) =>
result?.version
upgradedLatestVersions[dep] && result?.version
? {
[dep]: result.version,
}
Expand Down

0 comments on commit c9f613b

Please sign in to comment.