Skip to content

fix: [#4746] Fix INodeBuffer in TypeScript 5.6 and ESNext target #1627

fix: [#4746] Fix INodeBuffer in TypeScript 5.6 and ESNext target

fix: [#4746] Fix INodeBuffer in TypeScript 5.6 and ESNext target #1627

Workflow file for this run

name: test-schemas.yml
on:
workflow_dispatch:
push:
branches:
- main
- '4.12'
- '4.13'
pull_request:
branches:
- main
- '4.12'
- '4.13'
jobs:
ci:
name: test:schemas
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: use node 20.x
uses: actions/setup-node@v2-beta
with:
node-version: 20.x
- name: yarn cache dir
id: yarn-cache-dir
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v2
with:
path: ${{ steps.yarn-cache-dir.outputs.dir }}
key: ${{ runner.os }}-node20.x-yarn-${{ hashFiles('**/yarn.lock') }}
- name: npm install @microsoft/botframework-cli@next --global
run: npm install @microsoft/botframework-cli@next --global
- name: yarn
run: yarn --frozen-lockfile
- name: yarn build
run: yarn build
- name: yarn test:schemas
run: yarn test:schemas