Skip to content

v4.3.0 #5099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 14, 2022
Prev Previous commit
Next Next commit
fixup!: remove change in postinstall
  • Loading branch information
jsjoeio committed Apr 13, 2022
commit 408e15aee0ad0e8f1f2686d3ada7e72ca4381b44
2 changes: 1 addition & 1 deletion ci/build/npm-postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down