Skip to content

Bump @angular/compiler from 15.1.2 to 16.2.4 #892

Bump @angular/compiler from 15.1.2 to 16.2.4

Bump @angular/compiler from 15.1.2 to 16.2.4 #892

Workflow file for this run

name: Common Build
on:
push:
branches-ignore:
- develop
- master
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install
name: Install packages
- run: npm run lint
name: Check Code
- run: npm run build-prod
name: Build Code