Skip to content

chore(deps-dev): bump @angular/core from 20.1.4 to 20.1.6 #601

chore(deps-dev): bump @angular/core from 20.1.4 to 20.1.6

chore(deps-dev): bump @angular/core from 20.1.4 to 20.1.6 #601

Workflow file for this run

name: CI
on: [ push, pull_request, workflow_dispatch ]
env:
FORCE_COLOR: 3
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
node-version: [ 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, lint, audit, build, test
run: |
npm ci
npm run lint
npm run audit:prod
npm run build
npm test -- --coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info