Skip to content

chore(deps): bump @angular/common from 19.1.4 to 19.2.16 #64

chore(deps): bump @angular/common from 19.1.4 to 19.2.16

chore(deps): bump @angular/common from 19.1.4 to 19.2.16 #64

Workflow file for this run

name: Linting
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install Dependencies
run: npm ci
- name: Run Pre-commit Hooks
uses: pre-commit/action@v3.0.1