Skip to content

Commit

Permalink
ci: 改进输出
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela committed Jul 21, 2023
1 parent 563747f commit b305a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/detectHardcodedOutdatedNPMPackages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for (const src of scripts) {
continue;
}
console.info("latestVersion is greater than local version.");
outdatedPackages.push({ latestVersion, version });
outdatedPackages.push({ pkg, latestVersion, version });
}
if (outdatedPackages.length === 0) {
console.info("No outdated package, continue.");
Expand Down

0 comments on commit b305a79

Please sign in to comment.