Skip to content

fix: resolve all TypeScript build errors (49 errors fixed) #31

fix: resolve all TypeScript build errors (49 errors fixed)

fix: resolve all TypeScript build errors (49 errors fixed) #31

Workflow file for this run

name: Deploy to Vercel
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm run build