Skip to content

Bump @typescript-eslint/eslint-plugin from 7.14.1 to 8.12.2 #1108

Bump @typescript-eslint/eslint-plugin from 7.14.1 to 8.12.2

Bump @typescript-eslint/eslint-plugin from 7.14.1 to 8.12.2 #1108

Workflow file for this run

name: Test build
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: get node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: download dependencies
run: npm ci
- name: build project
run: npm run build