Skip to content

build(deps): bump @mui/x-data-grid from 7.10.0 to 7.11.1 #16

build(deps): bump @mui/x-data-grid from 7.10.0 to 7.11.1

build(deps): bump @mui/x-data-grid from 7.10.0 to 7.11.1 #16

Workflow file for this run

name: NodeJS with Webpack
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm ci
npm run build