Skip to content

Commit

Permalink
adding the node task to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
aiday-mar committed May 24, 2024
1 parent 5491f5d commit ca1b8a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ca1b8a4

Please sign in to comment.