Skip to content

chore(deps): bump the angular group across 1 directory with 13 updates #121

chore(deps): bump the angular group across 1 directory with 13 updates

chore(deps): bump the angular group across 1 directory with 13 updates #121

Workflow file for this run

name: Angular CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install Dependencies
run: npm ci
# - name: Test
# run: npm run test:ci
- name: Compile Application
run: npm run build