Sets node version

release/v0.49.0-mod v0.49.0-rc
Henning Dieterichs 2024-05-22 11:47:55 +02:00
parent 707338797b
commit 5491f5da1f
No known key found for this signature in database
GPG Key ID: 771381EFFDB9EC06
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,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