Skip to content

build(deps): update typescript-eslint monorepo to v8 (major) #5217

build(deps): update typescript-eslint monorepo to v8 (major)

build(deps): update typescript-eslint monorepo to v8 (major) #5217

Workflow file for this run

name: Node.js CI
on:
pull_request:
types: [opened, synchronize]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: pnpm
- run: pnpm install
- run: pnpm lint
- run: pnpm format-check