Skip to content

DEVEXP-321: Add sub methods for messages and events #91

DEVEXP-321: Add sub methods for messages and events

DEVEXP-321: Add sub methods for messages and events #91

Workflow file for this run

name: Test Sinch Node.js SDK
on:
push:
branches:
- 'main'
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: npx eslint "packages/**/src/**/*.ts"
- run: npx eslint "packages/**/tests/**/*.ts"
- run: yarn run build
- run: yarn run test