Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.15.0 in the eslint-dev group #2969

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.15.0 in the eslint-dev group

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.15.0 in the eslint-dev group #2969

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
test:
strategy:
fail-fast: false
matrix:
node-version: ["18", "20", "22"]
uses: ybiquitous/.github/.github/workflows/nodejs-test-reusable.yml@main
with:
node-version: ${{ matrix.node-version }}
lint:
uses: ybiquitous/.github/.github/workflows/nodejs-lint-reusable.yml@main