Merge pull request #4533 from microsoft/significant-constrictor
Some checks failed
CI / CI (push) Has been cancelled

Adding the node versioning in the build steps of `publish-stable.yml`
This commit is contained in:
Henning Dieterichs 2024-05-24 14:45:16 +02:00 committed by GitHub
commit 383fdf3fc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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