Skip to content

Bump @floating-ui/react from 0.17.0 to 0.26.5 in /frontend #234

Bump @floating-ui/react from 0.17.0 to 0.26.5 in /frontend

Bump @floating-ui/react from 0.17.0 to 0.26.5 in /frontend #234

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