Skip to content

chore(deps): bump @angular/cdk from 16.2.6 to 17.0.0 #1979

chore(deps): bump @angular/cdk from 16.2.6 to 17.0.0

chore(deps): bump @angular/cdk from 16.2.6 to 17.0.0 #1979

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm run build --if-present