Skip to content

[desktop]: Bump @types/node from 22.7.7 to 22.7.8 in /desktop in the types group #406

[desktop]: Bump @types/node from 22.7.7 to 22.7.8 in /desktop in the types group

[desktop]: Bump @types/node from 22.7.7 to 22.7.8 in /desktop in the types group #406

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: 20
- name: Install Dependencies
run: npm i
- name: Build
run: npm run build:prod