Skip to content

build(deps): bump @angular/compiler from 21.0.1 to 21.0.7 #4

build(deps): bump @angular/compiler from 21.0.1 to 21.0.7

build(deps): bump @angular/compiler from 21.0.1 to 21.0.7 #4

Workflow file for this run

name: build-checks
on:
pull_request:
branches:
- master
jobs:
build-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: |
npm ci
./node_modules/.bin/ng test --watch=false --progress=false --browsers=ChromeHeadlessCI