Skip to content

build(deps): bump @angular/compiler, @angular/common, @angular/core, @angular/forms, @angular/platform-browser, @angular/router, @angular/build and @angular/compiler-cli in /examples/angular-app #1844

build(deps): bump @angular/compiler, @angular/common, @angular/core, @angular/forms, @angular/platform-browser, @angular/router, @angular/build and @angular/compiler-cli in /examples/angular-app

build(deps): bump @angular/compiler, @angular/common, @angular/core, @angular/forms, @angular/platform-browser, @angular/router, @angular/build and @angular/compiler-cli in /examples/angular-app #1844

Workflow file for this run

name: Code testing & coverage
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
testing:
runs-on: ubuntu-latest
concurrency: ci-test-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- name: Set up Node.js environment
uses: ./.github/actions/node_env_setup
with:
node-version: '22'
- name: Install playwright browsers
shell: bash
run: pnpm test:setup:ci
- name: Test
run: pnpm test
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests