Skip to content

Bump @marsidev/react-turnstile from 0.0.7 to 0.2.2 in /website #3147

Bump @marsidev/react-turnstile from 0.0.7 to 0.2.2 in /website

Bump @marsidev/react-turnstile from 0.0.7 to 0.2.2 in /website #3147

Workflow file for this run

name: Build Frontend
on:
push:
branches:
- main
paths:
- website/**
pull_request:
paths:
- website/**
workflow_call:
jobs:
build-frontend:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./website
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "npm"
cache-dependency-path: website/package-lock.json
- run: npm ci
- run: npx prisma generate
- run: npm run build