From 52ad0e53206ae8d1c1917547cfd2d6863acc90d4 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Thu, 11 Sep 2025 17:33:28 +0200 Subject: [PATCH] Removes unneeded mirror. (#4995) --- .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 ca6f4cb8..c90eec01 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.azure-pipelines/publish-nightly.yml @@ -84,7 +84,6 @@ extends: inputs: versionSource: fromFile versionFilePath: .nvmrc - nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download - script: npm ci displayName: Install NPM dependencies diff --git a/.azure-pipelines/publish-stable.yml b/.azure-pipelines/publish-stable.yml index ee4d4f6c..270e534f 100644 --- a/.azure-pipelines/publish-stable.yml +++ b/.azure-pipelines/publish-stable.yml @@ -68,7 +68,6 @@ extends: inputs: versionSource: fromFile versionFilePath: .nvmrc - nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download - script: npm ci displayName: Install NPM dependencies