From 408e15aee0ad0e8f1f2686d3ada7e72ca4381b44 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 13 Apr 2022 14:54:22 -0700 Subject: [PATCH] fixup!: remove change in postinstall --- ci/build/npm-postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build/npm-postinstall.sh b/ci/build/npm-postinstall.sh index 211f4f0c4..fd437a652 100755 --- a/ci/build/npm-postinstall.sh +++ b/ci/build/npm-postinstall.sh @@ -24,7 +24,7 @@ export npm_config_build_from_source=true main() { # Grabs the major version of node from $npm_config_user_agent which looks like - # yarn/1.21.1 npm/? node/v14.3.0 darwin x64 + # yarn/1.21.1 npm/? node/v14.2.0 darwin x64 major_node_version=$(echo "$npm_config_user_agent" | sed -n 's/.*node\/v\([^.]*\).*/\1/p') if [ -n "${FORCE_NODE_VERSION:-}" ]; then