Skip to content

Bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1 #17

Bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1

Bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1 #17

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build --if-present