Skip to content

Bump @angular/cli from 18.0.7 to 18.1.0 in /webui #235

Bump @angular/cli from 18.0.7 to 18.1.0 in /webui

Bump @angular/cli from 18.0.7 to 18.1.0 in /webui #235

name: Check @showbridge/webui builds
on:
pull_request:
branches:
- main
paths:
- 'webui/**'
jobs:
build-webui:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: 'webui/package-lock.json'
- name: Install Node.js dependencies
run: npm ci
working-directory: ./webui
- run: npm run build
working-directory: ./webui