Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

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

Update typescript-eslint monorepo to v8 (major)

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

Workflow file for this run

name: "CI Check"
on: [pull_request, push]
jobs:
ci:
name: "CI Check"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install
- run: npm build