Skip to content

Bump @mui/material from 6.4.1 to 7.1.0 #189

Bump @mui/material from 6.4.1 to 7.1.0

Bump @mui/material from 6.4.1 to 7.1.0 #189

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