Skip to content

build(deps-dev): bump npm-check-updates from 22.2.9 to 23.0.2 #78

build(deps-dev): bump npm-check-updates from 22.2.9 to 23.0.2

build(deps-dev): bump npm-check-updates from 22.2.9 to 23.0.2 #78

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- run: npm ci
- run: npx tsc --noEmit
- run: npm run lint
- run: npm test
# Build runs without secrets; the app reads keys at request time, not at build.
- run: npm run build