소스 검색

update to newer node version

Alex Dima 4 년 전
부모
커밋
653464ce5f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      azure-pipelines.yml

+ 3 - 3
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'
+  displayName: 'Publish website'