Skip to content

Bump @types/node from 22.15.17 to 24.2.1 #223

Bump @types/node from 22.15.17 to 24.2.1

Bump @types/node from 22.15.17 to 24.2.1 #223

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@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run typecheck
- run: bun run biome:ci