Skip to content

chore: update eslint monorepo to v8.57.0 #107

chore: update eslint monorepo to v8.57.0

chore: update eslint monorepo to v8.57.0 #107

Workflow file for this run

name: Node.js CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm ci
- run: npm run format:check
- run: npm run lint
- run: npm run test