mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +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
|
# Builds and publishes the Monaco Editor website
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-16.04'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '8.x'
|
versionSpec: '12.x'
|
||||||
displayName: 'Install Node.js'
|
displayName: 'Install Node.js'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|
@ -18,4 +18,4 @@ steps:
|
||||||
./build/publish-website.sh
|
./build/publish-website.sh
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: $(GITHUB_TOKEN)
|
GITHUB_TOKEN: $(GITHUB_TOKEN)
|
||||||
displayName: 'Publish website'
|
displayName: 'Publish website'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue