Skip to content

Build(deps-dev): Bump typescript-eslint from 8.18.1 to 8.19.0 #4368

Build(deps-dev): Bump typescript-eslint from 8.18.1 to 8.19.0

Build(deps-dev): Bump typescript-eslint from 8.18.1 to 8.19.0 #4368

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 3 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run format:check
- run: npm run lint
- run: npm run build