Skip to content

Bump @mui/material from 5.16.7 to 6.0.0 #238

Bump @mui/material from 5.16.7 to 6.0.0

Bump @mui/material from 5.16.7 to 6.0.0 #238

Workflow file for this run

name: Build
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
steps:
-
uses: actions/checkout@v3
-
name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
-
name: Install dependencies
run: yarn install
-
name: Run tests
run: npm run release