Skip to content

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.6.0 #172

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

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.6.0 #172

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Tests
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install Node.js ${{matrix.node-version}}
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node-version}}
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test