Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e329397

Browse files
armano2bradzacher
authored andcommitted
test: update azure pipelines to run tests on node 12 (typescript-eslint#1463)
1 parent 58c7c25 commit e329397

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jobs:
55
- job: primary_code_validation_and_tests
66
displayName: Primary code validation and tests
77
pool:
8-
vmImage: 'Ubuntu-16.04'
8+
vmImage: 'Ubuntu-18.04'
99
steps:
1010
- task: NodeTool@0
1111
inputs:
12-
versionSpec: 11
13-
displayName: 'Install Node.js 11'
12+
versionSpec: 12
13+
displayName: 'Install Node.js 12'
1414

1515
- script: |
1616
# This also runs a build as part of the postinstall
@@ -50,7 +50,7 @@ jobs:
5050
- job: unit_tests_on_other_node_versions
5151
displayName: Run unit tests on other Node.js versions
5252
pool:
53-
vmImage: 'Ubuntu-16.04'
53+
vmImage: 'Ubuntu-18.04'
5454
strategy:
5555
maxParallel: 3
5656
matrix:
@@ -80,12 +80,12 @@ jobs:
8080
- unit_tests_on_other_node_versions
8181
condition: and(succeeded(), eq(variables['Build.SourceBranchName'], 'master'), ne(variables['Build.Reason'], 'PullRequest'))
8282
pool:
83-
vmImage: 'Ubuntu-16.04'
83+
vmImage: 'Ubuntu-18.04'
8484
steps:
8585
- task: NodeTool@0
8686
inputs:
87-
versionSpec: 11
88-
displayName: 'Install Node.js 11'
87+
versionSpec: 12
88+
displayName: 'Install Node.js 12'
8989

9090
- script: |
9191
# This also runs a build as part of the postinstall

0 commit comments

Comments
 (0)