Skip to content

chore(deps-dev): bump jsdom from 26.1.0 to 29.1.1 in /client #47

chore(deps-dev): bump jsdom from 26.1.0 to 29.1.1 in /client

chore(deps-dev): bump jsdom from 26.1.0 to 29.1.1 in /client #47

Workflow file for this run

name: Tech Debt Policy
on:
pull_request:
push:
branches: [main]
jobs:
todo-check:
name: Untracked TODO/FIXME check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "22"
# The scanner has no dependencies — it uses only Node built-ins —
# so no install step is needed.
- name: Enforce TODO/FIXME issue references in critical paths
run: node scripts/check-todos.mjs