Update build to use node.js 12.x (#83967)

* build - update to node.js 12x for building

* fix it

* adopt vscode-gulp-watch
This commit is contained in:
Benjamin Pasero
2019-11-05 09:53:15 +01:00
committed by GitHub
parent 13bbbfd956
commit 14c3b2e486
18 changed files with 149 additions and 1074 deletions

View File

@@ -9,7 +9,7 @@ steps:
sudo service xvfb start
- task: NodeTool@0
inputs:
versionSpec: "10.15.1"
versionSpec: "12.13.0"
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
inputs:
keyfile: '.yarnrc, remote/.yarnrc, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock'