Skip to content

chore(deps-dev): bump @stream-io/stream-chat-css from 5.12.0 to 5.13.0 #7524

chore(deps-dev): bump @stream-io/stream-chat-css from 5.12.0 to 5.13.0

chore(deps-dev): bump @stream-io/stream-chat-css from 5.12.0 to 5.13.0 #7524

Workflow file for this run

name: Test
on: [push]
jobs:
tsc:
runs-on: ubuntu-latest
name: TypeScript
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: πŸ§ͺ tsc
run: yarn types
test:
runs-on: ubuntu-latest
name: Lint & test with Node
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: Build SDK
run: yarn build
- name: πŸ§ͺ Lint and test with Node ${{ env.NODE_VERSION }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
yarn lint
yarn coverage
yarn validate-translations
- name: πŸ§ͺ Validate CommonJS bundle with Node ${{ env.NODE_VERSION }}
run: yarn validate-cjs