Skip to content

Bump @material-ui/core from 4.11.4 to 4.12.4 #9

Bump @material-ui/core from 4.11.4 to 4.12.4

Bump @material-ui/core from 4.11.4 to 4.12.4 #9

Workflow file for this run

name: ci
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- run: npm run build
- run: npm run export