Skip to content

Updated webpack, next, react, and MUI to newer versions to address vu… #90

Updated webpack, next, react, and MUI to newer versions to address vu…

Updated webpack, next, react, and MUI to newer versions to address vu… #90

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: npm ci
- run: npm run build