You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The list of CPU architectures to cover. See https://nodejs.org/docs/latest/api/process.html#processarch for the architectures supported by Node.js",
714
714
"type": "array",
715
715
"items": {
716
716
"type": "string"
717
717
},
718
718
"default": [],
719
-
"_exampleItems": ["current", "x86", "ia32"]
719
+
"_exampleItems": ["current", "x64", "ia32"]
720
720
},
721
721
"libc": {
722
722
"description": "The list of standard C libraries to cover.",
0 commit comments