Skip to content

chore(deps): bump @mui/x-data-grid from 6.14.0 to 7.23.6 #2569

chore(deps): bump @mui/x-data-grid from 6.14.0 to 7.23.6

chore(deps): bump @mui/x-data-grid from 6.14.0 to 7.23.6 #2569

Workflow file for this run

name: Check formatting
on:
push:
branches:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 18.x
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- run: npm run check-format