mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Merge pull request #4533 from microsoft/significant-constrictor
Some checks failed
CI / CI (push) Has been cancelled
Some checks failed
CI / CI (push) Has been cancelled
Adding the node versioning in the build steps of `publish-stable.yml`
This commit is contained in:
commit
383fdf3fc0
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ extends:
|
||||||
testPlatforms: []
|
testPlatforms: []
|
||||||
skipAPIScan: true # package build requires Linux
|
skipAPIScan: true # package build requires Linux
|
||||||
buildSteps:
|
buildSteps:
|
||||||
|
- task: NodeTool@0
|
||||||
|
inputs:
|
||||||
|
versionSpec: '18.17.x'
|
||||||
- script: sudo apt install -y libkrb5-dev
|
- script: sudo apt install -y libkrb5-dev
|
||||||
displayName: Install libkrb5-dev
|
displayName: Install libkrb5-dev
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue