Skip to content

Bump @angular/router from 18.0.5 to 19.0.0 #27

Bump @angular/router from 18.0.5 to 19.0.0

Bump @angular/router from 18.0.5 to 19.0.0 #27

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@v1
- run: chrome --version
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm install
- run: npx ng test --no-watch --no-progress --code-coverage --browsers=ChromeHeadless