adding the node task to build step

This commit is contained in:
Aiday Marlen Kyzy 2024-05-24 14:39:10 +02:00
parent 5491f5da1f
commit ca1b8a419f
No known key found for this signature in database
GPG key ID: 24A8B53DBD26FF4E

View file

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