diff --git a/.github/helpers/npm-audit/temp.cjs b/.github/helpers/npm-audit/temp.cjs index 5422ef4fc..7bf306b0d 100644 --- a/.github/helpers/npm-audit/temp.cjs +++ b/.github/helpers/npm-audit/temp.cjs @@ -2,5 +2,5 @@ const path = require("path"); const directoryPaths = JSON.parse(process.env.directoryPaths); directoryPaths.map((dirPath) => { - console.log(path.resolve(__dirname, `../../../${directoryPath}`)); + console.log(path.resolve(__dirname, `../../../${dirPath}`)); });