Skip to content

deps(apps): bump the mui group with 2 updates #10641

deps(apps): bump the mui group with 2 updates

deps(apps): bump the mui group with 2 updates #10641

Workflow file for this run

name: Lint Check
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
cypress-run:
name: Test application
runs-on: ubuntu-latest
steps:
- name: Checkout for testing
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- name: Use Node.js LTS version
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
with:
node-version: lts/Krypton
- name: Install Dependencies
run: npm ci
- name: Check lint
run: npm run lint