Skip to content

chore: bump @mui/styles from 5.16.7 to 5.16.11 #464

chore: bump @mui/styles from 5.16.7 to 5.16.11

chore: bump @mui/styles from 5.16.7 to 5.16.11 #464

Workflow file for this run

name: CI-DEV
on:
push:
branches: ["dev"]
paths-ignore:
- "**/README.md"
- "**/workflows/*.yml"
pull_request:
types: [opened, synchronize]
paths-ignore:
- "**/README.md"
- "**/workflows/*.yml"
jobs:
build:
name: Build and Test
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: pnpm/[email protected]
with:
version: 8
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: Test
run: pnpm test