Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 in /frontend #236

Bump follow-redirects from 1.15.2 to 1.15.4 in /frontend

Bump follow-redirects from 1.15.2 to 1.15.4 in /frontend #236

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