Skip to content

Bump @mui/icons-material from 6.4.1 to 7.0.1 #171

Bump @mui/icons-material from 6.4.1 to 7.0.1

Bump @mui/icons-material from 6.4.1 to 7.0.1 #171

Workflow file for this run

on:
pull_request:
paths:
- src/**/*
- tsconfig.*
- index.html
- package*.json
- vite.config.ts
jobs:
build:
runs-on: ubuntu-latest
name: ${{ matrix.host }}
strategy:
matrix:
host:
- pkgx.dev
- pkgx.sh
- pkgx.app
- mash.pkgx.sh
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
env:
VITE_HOST: ${{ matrix.host }}