Skip to content

Bump @mui/x-date-pickers from 6.16.1 to 6.18.0 #1717

Bump @mui/x-date-pickers from 6.16.1 to 6.18.0

Bump @mui/x-date-pickers from 6.16.1 to 6.18.0 #1717

Workflow file for this run

name: Build and test application
on:
push:
branches: [main, develop]
tags:
pull_request:
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
- name: NPM install
run: npm install
- name: NPM run build
run: npm run build
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
- name: NPM install
run: npm install
- name: NPM run test
run: npm run test