mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Fixes node version
This commit is contained in:
parent
e56ad4b588
commit
2af2bd7810
2 changed files with 47 additions and 41 deletions
|
|
@ -51,6 +51,11 @@ 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: sudo apt install -y libkrb5-dev
|
||||
displayName: Install libkrb5-dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue