Skip to content

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.18.0 #1683

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.18.0

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.18.0 #1683

Workflow file for this run

name: CI
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 19
- name: Install npm deps
run: npm install
- name: Run linter
run: npm run lint
- name: Run tests
run: xvfb-run -a npm test