Skip to content

Build(deps-dev): Bump @eslint/js from 9.17.0 to 9.18.0 #4384

Build(deps-dev): Bump @eslint/js from 9.17.0 to 9.18.0

Build(deps-dev): Bump @eslint/js from 9.17.0 to 9.18.0 #4384

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