Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 in /webui #44

Bump follow-redirects from 1.15.2 to 1.15.4 in /webui

Bump follow-redirects from 1.15.2 to 1.15.4 in /webui #44

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@v3
- 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