Skip to content

Update dependency @mui/x-data-grid to v8 #2675

Update dependency @mui/x-data-grid to v8

Update dependency @mui/x-data-grid to v8 #2675

Workflow file for this run

name: Pipeline
on:
- pull_request
jobs:
eslint:
runs-on: self-hosted
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- run: npx yarn install --frozen-lockfile
- run: npx yarn lint:check
test:
runs-on: self-hosted
needs:
- eslint
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- run: npx yarn install --frozen-lockfile
- run: npx yarn test