Skip to content

build(deps): bump @mui/x-data-grid from 7.23.2 to 7.23.3 #5733

build(deps): bump @mui/x-data-grid from 7.23.2 to 7.23.3

build(deps): bump @mui/x-data-grid from 7.23.2 to 7.23.3 #5733

Workflow file for this run

---
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
ci:
name: Run CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
cache: npm
- run: npm install
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}