Skip to content

Update typescript-eslint monorepo to v7 #2027

Update typescript-eslint monorepo to v7

Update typescript-eslint monorepo to v7 #2027

Workflow file for this run

name: test
on:
- push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test