Skip to content

Bump @mui/icons-material from 5.11.16 to 5.14.19 #780

Bump @mui/icons-material from 5.11.16 to 5.14.19

Bump @mui/icons-material from 5.11.16 to 5.14.19 #780

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: npm
name: install app and lint
- run: |
npm ci && npm run lint