Skip to content

[Snyk] Upgrade botbuilder from 4.23.2 to 4.23.3 #309

[Snyk] Upgrade botbuilder from 4.23.2 to 4.23.3

[Snyk] Upgrade botbuilder from 4.23.2 to 4.23.3 #309

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run Jest tests
run: npm test