mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
update to newer node version
This commit is contained in:
parent
937fea0271
commit
653464ce5f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
# Builds and publishes the Monaco Editor website
|
||||
|
||||
pool:
|
||||
vmImage: 'Ubuntu-16.04'
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '8.x'
|
||||
versionSpec: '12.x'
|
||||
displayName: 'Install Node.js'
|
||||
|
||||
- script: |
|
||||
|
|
@ -18,4 +18,4 @@ steps:
|
|||
./build/publish-website.sh
|
||||
env:
|
||||
GITHUB_TOKEN: $(GITHUB_TOKEN)
|
||||
displayName: 'Publish website'
|
||||
displayName: 'Publish website'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue