Explorar o código

Sets node version

Henning Dieterichs hai 11 meses
pai
achega
5491f5da1f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .azure-pipelines/publish-nightly.yml

+ 3 - 0
.azure-pipelines/publish-nightly.yml

@@ -51,6 +51,9 @@ extends:
         testPlatforms: []
         skipAPIScan: true # package build requires Linux
         buildSteps:
+          - task: NodeTool@0
+            inputs:
+              versionSpec: '18.17.x'
           - script: sudo apt install -y libkrb5-dev
             displayName: Install libkrb5-dev