Skip to content

Add tsconfig.json for TypeScript configuration #24

Add tsconfig.json for TypeScript configuration

Add tsconfig.json for TypeScript configuration #24

Workflow file for this run

name: Next.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
env:
SKIP_ENV_VALIDATION: true
NEXT_PUBLIC_ENABLE_QR_FALLBACK: false