From de2829500dfa7867b6661684a9aca971c64d1050 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Mon, 8 Sep 2025 17:52:33 +0200 Subject: [PATCH] uses default mirror --- .azure-pipelines/publish-nightly.yml | 1 - .azure-pipelines/publish-stable.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index 7b1eed8b..ca6f4cb8 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.azure-pipelines/publish-nightly.yml @@ -55,7 +55,6 @@ extends: inputs: versionSource: fromFile versionFilePath: .nvmrc - nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download - script: sudo apt install -y libkrb5-dev displayName: Install libkrb5-dev diff --git a/.azure-pipelines/publish-stable.yml b/.azure-pipelines/publish-stable.yml index 56d4b124..ee4d4f6c 100644 --- a/.azure-pipelines/publish-stable.yml +++ b/.azure-pipelines/publish-stable.yml @@ -43,7 +43,6 @@ extends: inputs: versionSource: fromFile versionFilePath: .nvmrc - nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download - script: sudo apt install -y libkrb5-dev displayName: Install libkrb5-dev