Skip to content

Bump @angular/compiler from 20.3.0 to 20.3.16 in /examples/angular-esbuild #49

Bump @angular/compiler from 20.3.0 to 20.3.16 in /examples/angular-esbuild

Bump @angular/compiler from 20.3.0 to 20.3.16 in /examples/angular-esbuild #49

Workflow file for this run

---
name: Pull request check
on:
pull_request:
branches:
- master
- release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '22.x'
- run: npm ci
- run: npm run check
- run: npm test