Skip to content

Commit

Permalink
add node version info to base info reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwoo committed Aug 12, 2023
1 parent 0196d2e commit 8400362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions report.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ async function reportPostInstall () {
libraryType: 'npm',
rawPlatform: os.platform(),
rawArch: os.arch(),
nodeVersion: process.versions.node,
dependencyInfo: dependencyInfo
}

Expand Down

0 comments on commit 8400362

Please sign in to comment.