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