Skip to content

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.62.0 #287

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

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.62.0 #287

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Run tests
strategy:
matrix:
node-version: [14.x, 16.x]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test