Skip to content

Commit 345f24e

Browse files
committed
Upgrade pipelines for Node 14
1 parent f25f496 commit 345f24e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

common/config/azure-pipelines/ci-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
strategy:
77
maxParallel: 2
88
matrix:
9-
'NodeJs 10':
10-
NodeVersion: 10
119
'NodeJs 12':
1210
NodeVersion: 12
11+
'NodeJs 14':
12+
NodeVersion: 14
1313
steps:
1414
- checkout: self
1515
- template: templates/build.yaml

common/config/azure-pipelines/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pool:
22
vmImage: 'ubuntu-latest'
33
variables:
4-
NodeVersion: 12
4+
NodeVersion: 14
55
FORCE_COLOR: 1
66
steps:
77
- checkout: self

common/config/azure-pipelines/npm-republish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pool:
2-
vmImage: 'windows-latest'
2+
vmImage: 'ubuntu-latest'
33
variables:
4-
NodeVersion: 12
4+
NodeVersion: 14
55
FORCE_COLOR: 1
66
steps:
77
- checkout: self

common/config/azure-pipelines/playground-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resources:
22
- repo: self
33
variables:
4-
NodeVersion: 12
4+
NodeVersion: 14
55
FORCE_COLOR: 1
66
steps:
77
- checkout: self

0 commit comments

Comments
 (0)