Skip to content

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

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

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

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- '!v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Format check
run: yarn format-check
- name: Lint
run: yarn lint
- name: Build
run: yarn build