Skip to content

Commit 052b699

Browse files
authored
Update azure-pipelines.yml
Build on LTS node only
1 parent f77d202 commit 052b699

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,11 @@ trigger:
44

55
jobs:
66

7-
# All tasks on Linux
8-
- job: build_all_linux_legacy
9-
displayName: Build all tasks using node 10 (Linux)
10-
variables:
11-
node_version: '10.x'
12-
pool:
13-
vmImage: 'Ubuntu 16.04'
14-
steps:
15-
- template: azure-pipelines-template.yml
16-
177
# All tasks on Windows
188
- job: build_all_windows
199
displayName: Build all tasks (Windows)
2010
variables:
21-
node_version: '12.x'
11+
node_version: '14.x'
2212
pool:
2313
vmImage: vs2017-win2016
2414
steps:
@@ -28,7 +18,7 @@ jobs:
2818
- job: build_all_linux
2919
displayName: Build all tasks (Linux)
3020
variables:
31-
node_version: '12.x'
21+
node_version: '14.x'
3222
pool:
3323
vmImage: 'Ubuntu 16.04'
3424
steps:
@@ -38,7 +28,7 @@ jobs:
3828
- job: build_all_darwin
3929
displayName: Build all tasks (macOS)
4030
variables:
41-
node_version: '12.x'
31+
node_version: '14.x'
4232
pool:
4333
vmImage: macos-10.13
4434
steps:

0 commit comments

Comments
 (0)