Skip to content

chore(deps-dev): bump typescript-eslint from 8.18.0 to 8.48.1 #37

chore(deps-dev): bump typescript-eslint from 8.18.0 to 8.48.1

chore(deps-dev): bump typescript-eslint from 8.18.0 to 8.48.1 #37

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run format -- --check
- run: npm test
- run: npm run build