Skip to content

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 #32

build(deps-dev): bump typescript from 5.9.3 to 6.0.2

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 #32

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
name: Build & Typecheck (Node 20.x)
steps:
- uses: actions/checkout@v6
- name: Use Node.js 20
uses: actions/setup-node@v6
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Security audit (high+)
run: npm audit --audit-level=high
- name: Build
run: npm run build