summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/buildserver-build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/buildserver-build.sh b/ci/buildserver-build.sh
index f72bc9f6a3..1902a4a6ad 100755
--- a/ci/buildserver-build.sh
+++ b/ci/buildserver-build.sh
@@ -103,9 +103,6 @@ build_ref() {
# Make sure we have the latest Rust and Node toolchains before the build
rustup update
- if command -v nvm > /dev/null; then
- nvm install --latest-npm
- fi
BUILD_ARGS=(--optimize --sign)
if [[ "$(uname -s)" == "Darwin" ]]; then