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:
Родитель
cd00976f28
Коммит
fd45365d75
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче