Skip to content

Bump @mui/material from 5.15.18 to 5.15.20 #1566

Bump @mui/material from 5.15.18 to 5.15.20

Bump @mui/material from 5.15.18 to 5.15.20 #1566

Workflow file for this run

name: Build and test application
on:
push:
branches: [main, develop]
tags:
pull_request:
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: NPM install
run: npm install
- name: NPM run build
run: npm run build
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: NPM install
run: npm install
- name: NPM run test
run: npm run test