Skip to content

chore(deps): bump @angular/common from 17.0.7 to 17.0.8 in /src/Client #27

chore(deps): bump @angular/common from 17.0.7 to 17.0.8 in /src/Client

chore(deps): bump @angular/common from 17.0.7 to 17.0.8 in /src/Client #27

Workflow file for this run

name: Angular 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: Build
run: |
cd src/Client
npm run build