mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
sets node version (#4980)
This commit is contained in:
parent
c7f027ed9e
commit
4e45ba0c5f
1 changed files with 12 additions and 0 deletions
|
|
@ -39,6 +39,12 @@ extends:
|
||||||
testPlatforms: []
|
testPlatforms: []
|
||||||
skipAPIScan: true # package build requires Linux
|
skipAPIScan: true # package build requires Linux
|
||||||
buildSteps:
|
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
|
- script: sudo apt install -y libkrb5-dev
|
||||||
displayName: Install libkrb5-dev
|
displayName: Install libkrb5-dev
|
||||||
|
|
||||||
|
|
@ -59,6 +65,12 @@ extends:
|
||||||
testPlatforms: []
|
testPlatforms: []
|
||||||
skipAPIScan: true # package build requires Linux
|
skipAPIScan: true # package build requires Linux
|
||||||
buildSteps:
|
buildSteps:
|
||||||
|
- task: NodeTool@0
|
||||||
|
inputs:
|
||||||
|
versionSource: fromFile
|
||||||
|
versionFilePath: .nvmrc
|
||||||
|
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||||
|
|
||||||
- script: npm ci
|
- script: npm ci
|
||||||
displayName: Install NPM dependencies
|
displayName: Install NPM dependencies
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue