Skip to content

Update dependency @types/material-ui to v0.21.16 #52

Update dependency @types/material-ui to v0.21.16

Update dependency @types/material-ui to v0.21.16 #52

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
- run: npm install
working-directory: site2
- run: npm run-script build
working-directory: site2