Skip to content

chore(deps-dev): bump @stream-io/stream-chat-css from 4.16.0 to 4.16.1 #2318

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

chore(deps-dev): bump @stream-io/stream-chat-css from 4.16.0 to 4.16.1 #2318

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,css,json}'