Skip to content

Commit 408e15a

Browse files
committed
fixup!: remove change in postinstall
1 parent 0a895e6 commit 408e15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/npm-postinstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export npm_config_build_from_source=true
2424

2525
main() {
2626
# 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
27+
# yarn/1.21.1 npm/? node/v14.2.0 darwin x64
2828
major_node_version=$(echo "$npm_config_user_agent" | sed -n 's/.*node\/v\([^.]*\).*/\1/p')
2929

3030
if [ -n "${FORCE_NODE_VERSION:-}" ]; then

0 commit comments

Comments
 (0)