chore(deps-dev): bump mini-css-extract-plugin from 2.8.1 to 2.9.1 #3723
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |