Skip to content

Bump jasmine-core from 5.4.0 to 5.5.0 in /webui #264

Bump jasmine-core from 5.4.0 to 5.5.0 in /webui

Bump jasmine-core from 5.4.0 to 5.5.0 in /webui #264

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: '22.11.0'
- name: NPM Install
run: npm ci
- name: Angular Build
run: npm run build