Skip to content

Bump @types/react from 18.2.42 to 18.2.45 in /frontend #228

Bump @types/react from 18.2.42 to 18.2.45 in /frontend

Bump @types/react from 18.2.42 to 18.2.45 in /frontend #228

name: Run frontend app compiler
on: push
jobs:
NextJS:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "frontend"
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build