Skip to content

build(deps): bump @angular/core from 19.2.15 to 19.2.18 in /samples/client/petstore/typescript-angular-v19-provided-in-root #3009

build(deps): bump @angular/core from 19.2.15 to 19.2.18 in /samples/client/petstore/typescript-angular-v19-provided-in-root

build(deps): bump @angular/core from 19.2.15 to 19.2.18 in /samples/client/petstore/typescript-angular-v19-provided-in-root #3009

name: TypeScript clients type checks
on:
pull_request:
paths:
- samples/**
- bin/ts-typecheck-all.sh
- .github/workflows/samples-typescript-typecheck.yaml
jobs:
build:
name: Typecheck TypeScript samples
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 20
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- name: Run type checker
run: ./bin/ts-typecheck-all.sh