Update Node and OS version in pipelines (#63)

This commit is contained in:
Elizabeth Craig 2022-09-08 15:24:28 -07:00 коммит произвёл GitHub
Родитель 44aa9e49a7
Коммит b31f7700dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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'