From ca1b8a419f90a6f077dd2cdaef40f0f47b13739e Mon Sep 17 00:00:00 2001 From: Aiday Marlen Kyzy Date: Fri, 24 May 2024 14:39:10 +0200 Subject: [PATCH] adding the node task to build step --- .azure-pipelines/publish-stable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/publish-stable.yml b/.azure-pipelines/publish-stable.yml index a095084606..c0a7687a54 100644 --- a/.azure-pipelines/publish-stable.yml +++ b/.azure-pipelines/publish-stable.yml @@ -39,6 +39,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