Skip to content

Bump @mui/material from 6.1.9 to 7.3.5 #211

Bump @mui/material from 6.1.9 to 7.3.5

Bump @mui/material from 6.1.9 to 7.3.5 #211

Workflow file for this run

name: Build test
on:
workflow_dispatch: # can be triggered manually
pull_request: # and for PRs
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 21
cache: npm
- name: Build
run: |
npm ci
npm run build
# creates a .nojekyll file in the out directory to tell GitHub Pages not to treat the site as a Jekyll project.
touch build/.nojekyll