Skip to content

Commit d50fd84

Browse files
committed
update Azure CI/CD
1 parent 33d8ea4 commit d50fd84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ jobs:
22
- job: Linux
33

44
pool:
5-
vmImage: 'Ubuntu 16.04'
5+
vmImage: 'Ubuntu 18.04'
66

77
steps:
88
- task: NodeTool@0
99
inputs:
10-
versionSpec: '10.x'
10+
versionSpec: '12.x'
1111
displayName: 'Install Node.js'
1212

1313
- script: npm ci

0 commit comments

Comments
 (0)