Skip to content

Update typescript-eslint monorepo to v8 (major) #2119

Update typescript-eslint monorepo to v8 (major)

Update typescript-eslint monorepo to v8 (major) #2119

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install and build
run: |
npm ci
npm run lint
npm run build
env:
CI: true