Skip to content

chore(deps-dev): bump stream-chat from 8.30.0 to 8.31.0 #2317

chore(deps-dev): bump stream-chat from 8.30.0 to 8.31.0

chore(deps-dev): bump stream-chat from 8.30.0 to 8.31.0 #2317

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}'