Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.9 to 6.19.0 #293

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.9 to 6.19.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.9 to 6.19.0 #293

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches: [ main ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
CI: true
jobs:
pull-request:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm test