Skip to content

Commit 14c3b2e

Browse files
author
Benjamin Pasero
authored
Update build to use node.js 12.x (microsoft#83967)
* build - update to node.js 12x for building * fix it * adopt vscode-gulp-watch
1 parent 13bbbfd commit 14c3b2e

18 files changed

Lines changed: 152 additions & 1077 deletions

build/azure-pipelines/darwin/continuous-build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- task: NodeTool@0
33
inputs:
4-
versionSpec: "10.15.1"
4+
versionSpec: "12.13.0"
55
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
66
inputs:
77
keyfile: '.yarnrc, remote/.yarnrc, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock'

build/azure-pipelines/darwin/product-build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121

2222
- task: NodeTool@0
2323
inputs:
24-
versionSpec: "10.15.1"
24+
versionSpec: "12.13.0"
2525

2626
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
2727
inputs:

build/azure-pipelines/distro-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pr:
88
steps:
99
- task: NodeTool@0
1010
inputs:
11-
versionSpec: "10.15.1"
11+
versionSpec: "12.13.0"
1212

1313
- task: AzureKeyVault@1
1414
displayName: 'Azure Key Vault: Get Secrets'

build/azure-pipelines/exploration-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pr: none
77
steps:
88
- task: NodeTool@0
99
inputs:
10-
versionSpec: "10.15.1"
10+
versionSpec: "12.13.0"
1111

1212
- task: AzureKeyVault@1
1313
displayName: 'Azure Key Vault: Get Secrets'

build/azure-pipelines/linux/continuous-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
sudo service xvfb start
1010
- task: NodeTool@0
1111
inputs:
12-
versionSpec: "10.15.1"
12+
versionSpec: "12.13.0"
1313
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
1414
inputs:
1515
keyfile: '.yarnrc, remote/.yarnrc, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock'

build/azure-pipelines/linux/product-build-linux-multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121

2222
- task: NodeTool@0
2323
inputs:
24-
versionSpec: "10.15.1"
24+
versionSpec: "12.13.0"
2525

2626
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
2727
inputs:

build/azure-pipelines/linux/product-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121

2222
- task: NodeTool@0
2323
inputs:
24-
versionSpec: "10.15.1"
24+
versionSpec: "12.13.0"
2525

2626
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
2727
inputs:

build/azure-pipelines/linux/snap-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- task: NodeTool@0
33
inputs:
4-
versionSpec: "10.15.1"
4+
versionSpec: "12.13.0"
55

66
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
77
inputs:

build/azure-pipelines/product-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515

1616
- task: NodeTool@0
1717
inputs:
18-
versionSpec: "10.15.1"
18+
versionSpec: "12.13.0"
1919
condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true'))
2020

2121
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2

build/azure-pipelines/publish-types/publish-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pr: none
99
steps:
1010
- task: NodeTool@0
1111
inputs:
12-
versionSpec: "10.15.1"
12+
versionSpec: "12.13.0"
1313

1414
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
1515
inputs:

0 commit comments

Comments
 (0)