Skip to content

Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.16.0 #176

Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.16.0

Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.16.0 #176

Workflow file for this run

name: Build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository.name }}
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build --if-present