Skip to content

Commit

Permalink
fix: call the arch() method for node architecture [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati authored Aug 23, 2024
1 parent e517c6e commit 39115dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export function getSupportedEnvironmentInfo() {
/** The platform that the current Node.js binary was compiled for. */
nodePlatform: nodePlatform,
/** The CPU architecture that the current Node.js binary was compiled for. */
nodeArchitecture: nodeArch,
nodeArchitecture: nodeArch(),
/** The CPU architecture of the host machine that compiled the current Node.js binary. */
nodeHostArchitecture: config.variables.host_arch,
/** Metadata related to the Node.js binary's release, including URLs for the source tarball and headers-only tarball. */
Expand Down

0 comments on commit 39115dd

Please sign in to comment.