Skip to content

chore(deps-dev): bump mini-css-extract-plugin from 2.8.1 to 2.9.1 #3723

chore(deps-dev): bump mini-css-extract-plugin from 2.8.1 to 2.9.1

chore(deps-dev): bump mini-css-extract-plugin from 2.8.1 to 2.9.1 #3723

Workflow file for this run

name: BundleWatch
on: [push]
jobs:
check:
name: Bundle Watch
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'SKIP CI')"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Update npm
run: npm i -g npm@7
- name: Install dependencies
run: npm ci
- name: Build dist files
run: npm run build
- name: Analyze Bundle
run: npx bundlewatch