From 653464ce5fd06013116afe2fbdcef1b95e4ef8bf Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 17 Sep 2020 20:55:37 +0200 Subject: [PATCH] update to newer node version --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4ea10be4..8d9a323a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' \ No newline at end of file + displayName: 'Publish website'