Skip to content

fix(deps): update material-ui monorepo to v5.16.7 #618

fix(deps): update material-ui monorepo to v5.16.7

fix(deps): update material-ui monorepo to v5.16.7 #618

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Build Docs
run: |
cd docs
yarn install
yarn build