Skip to content

Bump @mui/lab from 5.0.0-alpha.173 to 6.0.0-beta.9 (#3054) #5321

Bump @mui/lab from 5.0.0-alpha.173 to 6.0.0-beta.9 (#3054)

Bump @mui/lab from 5.0.0-alpha.173 to 6.0.0-beta.9 (#3054) #5321

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: npm
- run: npm install
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}