We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7b5f7 commit e61130fCopy full SHA for e61130f
defaults.json
@@ -5,5 +5,5 @@
5
"default": "node",
6
"node": "https://nodejs.org/dist/"
7
},
8
- "bootstrap": "node/12.22.2"
+ "bootstrap": "node/16.14.2"
9
}
nvs.sh
@@ -65,10 +65,7 @@ nvs() {
65
if [ "${NVS_OS}" = "aix" ]; then
66
NODE_ARCH="ppc64"
67
fi
68
- # Automatically select x64 instead of arm64 when on macOS
69
- if [ "${NVS_OS}" = "darwin" ] && [ "${NODE_ARCH}" = "arm64" ]; then
70
- NODE_ARCH="x64"
71
- fi
+
72
local NODE_FULLNAME="node-v${NODE_VERSION}-${NVS_OS}-${NODE_ARCH}"
73
local NODE_URI="${NODE_BASE_URI}v${NODE_VERSION}/${NODE_FULLNAME}${NODE_ARCHIVE_EXT}"
74
local NODE_ARCHIVE="${NVS_HOME}/cache/${NODE_FULLNAME}${NODE_ARCHIVE_EXT}"
0 commit comments