Skip to content

chore(deps-dev): bump zod from 4.3.6 to 4.4.2 #206

chore(deps-dev): bump zod from 4.3.6 to 4.4.2

chore(deps-dev): bump zod from 4.3.6 to 4.4.2 #206

Workflow file for this run

name: Validate Site
on:
pull_request:
branches: [ main ]
paths:
- 'src/**'
- 'public/**'
- 'scripts/**'
- 'astro.config.mjs'
- 'tsconfig.json'
- 'package.json'
- 'package-lock.json'
- '.github/workflows/**'
jobs:
validate_pull_requests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm test
- run: npm run build