Skip to content

Bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 #546

Bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0

Bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 #546

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run build