Skip to content

chore(deps-dev): bump typescript from 5.5.4 to 5.7.3 #122

chore(deps-dev): bump typescript from 5.5.4 to 5.7.3

chore(deps-dev): bump typescript from 5.5.4 to 5.7.3 #122

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