Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK!
This PR upgrades restify to version "~10.0.0" in the remaining two samples 84.bot-authentication-certificate and 85.bot-authentication-sni . With this update, the samples will run on Node 18 without issues.
Testing
Here we can see one of the samples working after the changes.
minor
Proposed Changes
This PR upgrades
restify
to version "~10.0.0" in the remaining two samples84.bot-authentication-certificate
and85.bot-authentication-sni
. With this update, the samples will run on Node 18 without issues.Testing
Here we can see one of the samples working after the changes.