Update Node and OS version in pipelines (#63)
This commit is contained in:
Родитель
44aa9e49a7
Коммит
b31f7700dc
|
@ -14,12 +14,12 @@ trigger:
|
|||
- packages/website
|
||||
|
||||
pool:
|
||||
vmImage: 'Ubuntu-16.04'
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '10.x'
|
||||
versionSpec: '14.x'
|
||||
displayName: 'Install Node.js'
|
||||
|
||||
#- script: |
|
||||
|
|
|
@ -9,12 +9,12 @@ trigger:
|
|||
- master
|
||||
|
||||
pool:
|
||||
vmImage: 'Ubuntu-16.04'
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '10.x'
|
||||
versionSpec: '14.x'
|
||||
displayName: 'Install Node.js'
|
||||
|
||||
- script: |
|
||||
|
|
|
@ -9,7 +9,7 @@ pool:
|
|||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '10.x'
|
||||
versionSpec: '14.x'
|
||||
displayName: 'Install Node.js'
|
||||
|
||||
- script: |
|
||||
|
@ -27,7 +27,7 @@ steps:
|
|||
- script: |
|
||||
yarn checkchange
|
||||
displayName: 'checkchange'
|
||||
|
||||
|
||||
- task: ComponentGovernanceComponentDetection@0
|
||||
inputs:
|
||||
scanType: 'Register'
|
||||
|
|
Загрузка…
Ссылка в новой задаче