update to newer node version

This commit is contained in:
Alex Dima 2020-09-17 20:55:37 +02:00
parent 937fea0271
commit 653464ce5f
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -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'