Skip to content

Commit

Permalink
Fix CI and functional pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Aug 23, 2024
1 parent 416934f commit f6b7401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/yaml/botbuilder-js-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pool:
vmImage: 'ubuntu-latest'

variables:
NodeVersion: 16.x
NodeVersion: 20.x
Packaging.EnableSBOMSigning: true
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
# SDK_JS_org_registry_Url: define this in Azure
Expand Down
4 changes: 2 additions & 2 deletions testing/browser-functional/browser-tests-build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ steps:
# Get-Date on Azure DevOps returns a datetime relative to UTC-0, so "Z" is being used instead of the dynamic "K".

- task: NodeTool@0
displayName: use node 16.x
displayName: use node 20.x
inputs:
versionSpec: 16.x
versionSpec: 20.x

- script: |
mkdir "testing/browser-functional/drivers"
Expand Down

0 comments on commit f6b7401

Please sign in to comment.