We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a895e6 commit 408e15aCopy full SHA for 408e15a
ci/build/npm-postinstall.sh
@@ -24,7 +24,7 @@ export npm_config_build_from_source=true
24
25
main() {
26
# Grabs the major version of node from $npm_config_user_agent which looks like
27
- # yarn/1.21.1 npm/? node/v14.3.0 darwin x64
+ # yarn/1.21.1 npm/? node/v14.2.0 darwin x64
28
major_node_version=$(echo "$npm_config_user_agent" | sed -n 's/.*node\/v\([^.]*\).*/\1/p')
29
30
if [ -n "${FORCE_NODE_VERSION:-}" ]; then
0 commit comments