mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Merge pull request #4963 from microsoft/hediet/b/successful-mosquito
Hediet/b/successful mosquito
This commit is contained in:
commit
2f901020a7
2 changed files with 8 additions and 1 deletions
|
|
@ -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
2
.nvmrc
|
|
@ -1 +1 @@
|
|||
22.17.0
|
||||
22.18.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue