Skip to content

Bump @angular-devkit/build-angular from 17.3.6 to 17.3.7 in /desktop in the npm_and_yarn group across 1 directory #164

Bump @angular-devkit/build-angular from 17.3.6 to 17.3.7 in /desktop in the npm_and_yarn group across 1 directory

Bump @angular-devkit/build-angular from 17.3.6 to 17.3.7 in /desktop in the npm_and_yarn group across 1 directory #164

Workflow file for this run

name: Angular
on:
pull_request:
paths:
- 'desktop/**/*.ts'
- 'desktop/**/*.html'
- 'desktop/**/*.scss'
- 'desktop/**/*.js'
- 'desktop/**/*.json'
workflow_dispatch:
jobs:
test:
name: Build
runs-on: ubuntu-latest
defaults:
run:
working-directory: desktop
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Dependencies
run: npm i
- name: Build
run: npm run build:prod