Skip to content

chore(deps): bump @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router and @angular/build in /test/angular #561

chore(deps): bump @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router and @angular/build in /test/angular

chore(deps): bump @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router and @angular/build in /test/angular #561

Workflow file for this run

name: Docs
on:
pull_request:
types: [opened, reopened, synchronize]
env:
FORCE_COLOR: 2
NODE: 24
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Build Storybook
run: npm run build-storybook