Skip to content

feat: add terms and conditions dialog with checkbox requirement for s… #406

feat: add terms and conditions dialog with checkbox requirement for s…

feat: add terms and conditions dialog with checkbox requirement for s… #406

Workflow file for this run

name: Frontend Build
on:
push:
paths:
- frontend/**
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: frontend/kubecloud/package-lock.json
- name: Install dependencies
run: cd frontend/kubecloud && npm ci
- name: Build
run: cd frontend/kubecloud && npm run build