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