Skip to content

Bump framer-motion from 11.0.8 to 11.2.11 in /frontend #504

Bump framer-motion from 11.0.8 to 11.2.11 in /frontend

Bump framer-motion from 11.0.8 to 11.2.11 in /frontend #504

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