Skip to content

Bump @mui/icons-material from 5.15.4 to 5.16.1 in /Website #667

Bump @mui/icons-material from 5.15.4 to 5.16.1 in /Website

Bump @mui/icons-material from 5.15.4 to 5.16.1 in /Website #667

Workflow file for this run

name: Build with Webpack
on:
push:
branches: [master]
pull_request:
branches: [master]
defaults:
run:
working-directory: Website
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Build Development
run: |
npm install --force
npm run web:dev
- name: Build Production
run: |
npm install --force
npm run web:prod