Skip to content

chore(deps): bump the client-dependencies group in /src/Client with 36 updates #79

chore(deps): bump the client-dependencies group in /src/Client with 36 updates

chore(deps): bump the client-dependencies group in /src/Client with 36 updates #79

Workflow file for this run

name: Angular Client CI
on:
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "*"
- name: Install dependencies
run: |
cd src/Client
npm install
- name: Angular Build
run: |
cd src/Client
npm run build