Skip to content

Bump @typescript-eslint/eslint-plugin from 5.59.1 to 7.8.0 #657

Bump @typescript-eslint/eslint-plugin from 5.59.1 to 7.8.0

Bump @typescript-eslint/eslint-plugin from 5.59.1 to 7.8.0 #657

Workflow file for this run

name: CICD
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
cicd:
runs-on: ubuntu-latest
concurrency: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Test
run: npm test