Skip to content

Bump @types/node from 24.10.1 to 25.5.0 #366

Bump @types/node from 24.10.1 to 25.5.0

Bump @types/node from 24.10.1 to 25.5.0 #366

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run typecheck
- run: bun run biome:ci