Skip to content

Fix Danger job failing due to missing NODE_INSTALL_VERSION

Stan Hu requested to merge sh-fix-danger into master

What does this MR do and why?

!651 (merged) removed the argument handling in scripts/install-node, but this led to a build failure in https://gitlab.com/gitlab-org/gitlab-build-images/-/jobs/3916618504 since NODE_INSTALL_VERSION is not always exported. We restore the parsing of the arguments, but leave out the default values.

Checklist

Edited by Stan Hu

Merge request reports