Skip to content

Bump @angular/compiler-cli from 17.1.2 to 17.1.3 in /webui #55

Bump @angular/compiler-cli from 17.1.2 to 17.1.3 in /webui

Bump @angular/compiler-cli from 17.1.2 to 17.1.3 in /webui #55

Workflow file for this run

name: Build web ui
on:
pull_request:
paths:
- 'webui/**'
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webui
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
- name: NPM Install
run: npm ci
- name: Angular Build
run: npm run build