Skip to content

Bump @mui/material from 5.14.9 to 5.15.13 #80

Bump @mui/material from 5.14.9 to 5.15.13

Bump @mui/material from 5.14.9 to 5.15.13 #80

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