Merge pull request #4963 from microsoft/hediet/b/successful-mosquito

Hediet/b/successful mosquito
This commit is contained in:
Henning Dieterichs 2025-08-28 18:57:14 +02:00 committed by GitHub
commit 2f901020a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -56,6 +56,7 @@ extends:
versionSource: fromFile
versionFilePath: .nvmrc
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
- script: sudo apt install -y libkrb5-dev
displayName: Install libkrb5-dev
@ -80,6 +81,12 @@ extends:
testPlatforms: []
skipAPIScan: true # package build requires Linux
buildSteps:
- task: NodeTool@0
inputs:
versionSource: fromFile
versionFilePath: .nvmrc
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
- script: npm ci
displayName: Install NPM dependencies

2
.nvmrc
View file

@ -1 +1 @@
22.17.0
22.18.0