Skip to content

Bump @mui/material from 5.13.5 to 5.15.11 #211

Bump @mui/material from 5.13.5 to 5.15.11

Bump @mui/material from 5.13.5 to 5.15.11 #211

Workflow file for this run

name: CI
on:
pull_request:
branches-ignore:
- 'test123'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"
- run: yarn install
- run: yarn build-ci