Skip to content

chore(deps): bump @mui/x-data-grid from 6.10.2 to 6.18.5 #218

chore(deps): bump @mui/x-data-grid from 6.10.2 to 6.18.5

chore(deps): bump @mui/x-data-grid from 6.10.2 to 6.18.5 #218

Workflow file for this run

name: 'Jest'
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
jest-tests:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn test:ci