Skip to content

Upgrade MUI date pickers to v6 #2033

Upgrade MUI date pickers to v6

Upgrade MUI date pickers to v6 #2033

Workflow file for this run

name: ci:build
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Continuous integration (build)
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install 💾
uses: meteor-actions/install@v3
- name: Cache build 💽
uses: meteor-actions/cache-build@v3
with:
key: build
- name: Build 🏗️
run: meteor build ../dist