Skip to content

Bump @angular/platform-browser-dynamic from 16.1.5 to 16.2.4 #2310

Bump @angular/platform-browser-dynamic from 16.1.5 to 16.2.4

Bump @angular/platform-browser-dynamic from 16.1.5 to 16.2.4 #2310

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ ng-app ]
pull_request:
branches: [ ng-app ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install
run: npm install --legacy-peer-deps
- name: Build
run: npm run build --if-present