Skip to content

chore(deps-dev): bump @stream-io/stream-chat-css from 5.5.0 to 5.6.0 #2628

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

chore(deps-dev): bump @stream-io/stream-chat-css from 5.5.0 to 5.6.0 #2628

Workflow file for this run

name: Compressed Size
on:
pull_request:
branches:
- master
paths-ignore:
- '**.test.js'
- '**.md'
env:
NODE_OPTIONS: --max_old_space_size=4096
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './dist/**/*.{js,cjs,css,json}'