chore: Upgrade node to v 16 in JS pipelines (#4372)

* Use node 16.x

* Use node 16.x for build\yaml\botbuilder-js-daily.yml
This commit is contained in:
BruceHaley 2022-11-21 15:44:15 -08:00 коммит произвёл GitHub
Родитель cd00976f28
Коммит fd45365d75
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -6,7 +6,7 @@ pool:
vmImage: 'ubuntu-latest'
variables:
NodeVersion: 12.x
NodeVersion: 16.x
Packaging.EnableSBOMSigning: true
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
# SDK_JS_org_registry_Url: define this in Azure

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

@ -79,9 +79,9 @@ steps:
displayName: 'Upgrade chromedriver reference to second latest version'
- task: NodeTool@0
displayName: use node 12.x
displayName: use node 16.x
inputs:
versionSpec: 12.x
versionSpec: 16.x
- script: cd testing/browser-functional/browser-echo-bot && yarn && yarn build
displayName: yarn install and build browser-echo-bot