Skip to content

chore(deps-dev): bump typescript-eslint from 8.67.0 to 8.68.0 in the minor-and-patch group across 1 directory #25

chore(deps-dev): bump typescript-eslint from 8.67.0 to 8.68.0 in the minor-and-patch group across 1 directory

chore(deps-dev): bump typescript-eslint from 8.67.0 to 8.68.0 in the minor-and-patch group across 1 directory #25

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