Skip to content

Bump @angular/compiler from 14.1.3 to 19.2.6 #3930

Bump @angular/compiler from 14.1.3 to 19.2.6

Bump @angular/compiler from 14.1.3 to 19.2.6 #3930

Workflow file for this run

name: Build
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci --legacy-peer-deps
- run: npm run build:ionic