Skip to content

Bump the material-ui group with 2 updates #744

Bump the material-ui group with 2 updates

Bump the material-ui group with 2 updates #744

Workflow file for this run

on:
pull_request:
paths: [package-lock.json]
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run build