Skip to content

Bump karma-jasmine-html-reporter from 1.7.0 to 2.1.0 in /webui #46

Bump karma-jasmine-html-reporter from 1.7.0 to 2.1.0 in /webui

Bump karma-jasmine-html-reporter from 1.7.0 to 2.1.0 in /webui #46

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@v2
with:
node-version: '20.10.0'
- name: NPM Install
run: npm ci
- name: Angular Build
run: npm run build