Skip to content

Commit

Permalink
Merge pull request #4533 from microsoft/significant-constrictor
Browse files Browse the repository at this point in the history
Adding the node versioning in the build steps of `publish-stable.yml`
  • Loading branch information
hediet committed May 24, 2024
2 parents 8a9d28e + ca1b8a4 commit 383fdf3
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 383fdf3

Please sign in to comment.