Skip to content

Bump @mui/material from 5.14.2 to 5.14.3 #5

Bump @mui/material from 5.14.2 to 5.14.3

Bump @mui/material from 5.14.2 to 5.14.3 #5

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org
- run: yarn
- run: yarn generate
- run: yarn test