Skip to content

chore(deps-dev): bump @commitlint/config-angular from 16.3.0 to 19.6.0 #1573

chore(deps-dev): bump @commitlint/config-angular from 16.3.0 to 19.6.0

chore(deps-dev): bump @commitlint/config-angular from 16.3.0 to 19.6.0 #1573

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Node.js v20
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm i -g pnpm
- run: pnpm i
- run: npm run test