Skip to content

Commit

Permalink
update runner matrix to supported node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwoo committed Aug 10, 2023
1 parent 2a45dbf commit 62f8cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ async function reportPostInstall () {
return Promise.reject(new Error('No parent found, nothing to report'))
}

if (parentIsRoot(dependencyInfo) && skipTraversal(dependencyInfo.rootPackage) && allowTopLevel(dependencyInfo.rootPackage)) {
if (parentIsRoot(dependencyInfo) && allowTopLevel(dependencyInfo.rootPackage)) {
const gitSha = await getGitShaFromRootPath()
logIfVerbose(`Injecting sha to parent: ${gitSha}`)
dependencyInfo.parent.gitSha = gitSha
Expand Down

0 comments on commit 62f8cc8

Please sign in to comment.