Skip to content

Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.62.0 #298

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

Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.62.0 #298

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- name: bootstrap
run: script/bootstrap
- name: test
run: script/cibuild
- name: lint
run: script/lint