diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index a3b81921..f9f921a2 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.azure-pipelines/publish-nightly.yml @@ -56,6 +56,7 @@ extends: versionSource: fromFile versionFilePath: .nvmrc nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download + - script: sudo apt install -y libkrb5-dev displayName: Install libkrb5-dev @@ -80,6 +81,12 @@ extends: testPlatforms: [] skipAPIScan: true # package build requires Linux buildSteps: + - task: NodeTool@0 + inputs: + versionSource: fromFile + versionFilePath: .nvmrc + nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download + - script: npm ci displayName: Install NPM dependencies