Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 39115dd

Browse files
authored
fix: call the arch() method for node architecture [skip ci]
1 parent e517c6e commit 39115dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export function getSupportedEnvironmentInfo() {
289289
/** The platform that the current Node.js binary was compiled for. */
290290
nodePlatform: nodePlatform,
291291
/** The CPU architecture that the current Node.js binary was compiled for. */
292-
nodeArchitecture: nodeArch,
292+
nodeArchitecture: nodeArch(),
293293
/** The CPU architecture of the host machine that compiled the current Node.js binary. */
294294
nodeHostArchitecture: config.variables.host_arch,
295295
/** Metadata related to the Node.js binary's release, including URLs for the source tarball and headers-only tarball. */

0 commit comments

Comments
 (0)