Skip to content

Bump @angular/common from 9.0.7 to 19.2.16 in /examples/angular-webpack #43

Bump @angular/common from 9.0.7 to 19.2.16 in /examples/angular-webpack

Bump @angular/common from 9.0.7 to 19.2.16 in /examples/angular-webpack #43

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