Skip to content

build(deps-dev): bump typescript-eslint from 8.59.3 to 8.66.0 #5

build(deps-dev): bump typescript-eslint from 8.59.3 to 8.66.0

build(deps-dev): bump typescript-eslint from 8.59.3 to 8.66.0 #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check
- run: npm audit --omit=dev