Skip to content

chore: add a dependency watcher #23

chore: add a dependency watcher

chore: add a dependency watcher #23

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci --ignore-scripts
# build + the full test suite, identical to what runs locally
- run: npm run verify