We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dd5e5 commit 9ca73e5Copy full SHA for 9ca73e5
index.js
@@ -288,7 +288,7 @@ function findOutdatedDependencies() {
288
}
289
290
function findUpgradeJsonReportFiles() {
291
- const reportJsonPath = "${outputDir}/report.json";
+ const reportJsonPath = `${outputDir}/report.json`;
292
const upgradeReportFiles = [];
293
if (existsSync(reportJsonPath)) {
294
upgradeReportFiles.push(reportJsonPath);
0 commit comments