Skip to content

chore(deps-dev): bump the vite group with 2 updates #1294

chore(deps-dev): bump the vite group with 2 updates

chore(deps-dev): bump the vite group with 2 updates #1294

Workflow file for this run

name: Bundle-size
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('**/yarn.lock') }}
- run: yarn install
- name: Build packages
run: yarn build --filter=\!@strapi/design-system-docs
- uses: preactjs/compressed-size-action@v2
with:
pattern: '**/dist/**/*.{cjs,js,mjs,svg}'