Skip to content

chore(deps): bump @mui/material from 5.15.21 to 5.16.0 #277

chore(deps): bump @mui/material from 5.15.21 to 5.16.0

chore(deps): bump @mui/material from 5.15.21 to 5.16.0 #277

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: |
npm ci
npm run lint
automerge:
name: Merge dependabot's PRs
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3